Click or drag to resize

HPatchOperation Properties

The HPatchOperation type exposes the following members.

Properties
  NameDescription
Public propertyPatchLocation
Whether the stub method will be patched as a prefix or postfix on the target method.
Public propertyPatchPriority
The priority of the patched stub method. Higher numbers go first. If -1, the default priority will be used (typically 400).
Public propertyStubMethod
The stub method which will be appended or prepended to the target method.
Public propertyTargetMethod
The target method which will be dynamically patched to use the stub method.
Top
See Also