Class HarmonyReversePatch
Annotation to define your standin methods for reverse patching
Inherited Members
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Method, AllowMultiple = true)]
public class HarmonyReversePatch : HarmonyAttribute
Constructors
HarmonyReversePatch(HarmonyReversePatchType)
An annotation that specifies the type of reverse patching
Declaration
public HarmonyReversePatch(HarmonyReversePatchType type = HarmonyReversePatchType.Original)
Parameters
Type | Name | Description |
---|---|---|
HarmonyReversePatchType | type | The HarmonyReversePatchType of the reverse patch |