Class HarmonyReversePatch
Annotation to define your standin methods for reverse patching
Inherited Members
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = true)]
public class HarmonyReversePatch : HarmonyAttribute, _Attribute
Constructors
| Improve this Doc View SourceHarmonyReversePatch(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 |