Click or drag to resize

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
public enum HPatchLocation
Request Example View Source
Members
  Member nameValueDescription
Postfix0 Indicates that a stub method should be dynamically appended to a target method as a postfix method.
Prefix1 Indicates that a stub method should be dynamically prepended to a target method as a prefix method.
Transpiler2 Indicates that a stub method should be interpreted as a Harmony transpiler patch.
See Also