HPatchOperationTargetMethod Property |
The target method which will be dynamically patched to use the stub method.
Namespace:
com.tiberiumfusion.ttplugins.HarmonyPlugins
Assembly:
TTPlugins (in TTPlugins.dll) Version: 1.2.0.1 (1.2.0.1)
Syntaxpublic MethodBase TargetMethod { get; }
Public ReadOnly Property TargetMethod As MethodBase
Get
Property Value
Type:
MethodBase
See Also