HPatchOperation Properties |
The HPatchOperation type exposes the following members.
Name | Description | |
---|---|---|
![]() | PatchLocation |
Whether the stub method will be patched as a prefix or postfix on the target method.
|
![]() | PatchPriority |
The priority of the patched stub method. Higher numbers go first. If -1, the default priority will be used (typically 400).
|
![]() | StubMethod |
The stub method which will be appended or prepended to the target method.
|
![]() | TargetMethod |
The target method which will be dynamically patched to use the stub method.
|