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