HPatchLocation Enumeration |
The location at which to apply a stub patch method.
Namespace:
com.tiberiumfusion.ttplugins.HarmonyPlugins
Assembly:
TTPlugins (in TTPlugins.dll) Version: 1.2.0.1 (1.2.0.1)
Syntax
Members
| Member name | Value | Description |
---|
| Postfix | 0 |
Indicates that a stub method should be dynamically appended to a target method as a postfix method.
|
| Prefix | 1 |
Indicates that a stub method should be dynamically prepended to a target method as a prefix method.
|
| Transpiler | 2 |
Indicates that a stub method should be interpreted as a Harmony transpiler patch.
|
See Also