Enum HarmonyPatchType
Specifies the type of patch
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public enum HarmonyPatchType
Fields
Name | Description |
---|---|
All | Any patch |
Finalizer | A finalizer |
InnerPostfix | An inner postfix patch |
InnerPrefix | An inner prefix patch |
Postfix | A postfix patch |
Prefix | A prefix patch |
ReversePatch | A reverse patch |
Transpiler | A transpiler |