TTPlugins Technical Reference
TTPlugins Technical Reference
com.tiberiumfusion.ttplugins.HarmonyPlugins
HPatchOperation Class
HPatchOperation Properties
PatchLocation Property
PatchPriority Property
StubMethod Property
TargetMethod Property
HPatchOperation
TargetMethod 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.1.0 (1.2.1.0)
Syntax
C#
VB
Copy
public
MethodBase
TargetMethod
{
get
; }
Public
ReadOnly
Property
TargetMethod
As
MethodBase
Get
Request Example
View Source
Property Value
Type:
MethodBase
See Also
Reference
HPatchOperation Class
com.tiberiumfusion.ttplugins.HarmonyPlugins Namespace