Back to Harmony

Enum HarmonyPatchType

docs/api/HarmonyLib.HarmonyPatchType.html

2.4.2.0529 B
Original Source

Enum HarmonyPatchType

Specifies the type of patch

Namespace : HarmonyLib
Assembly : 0Harmony.dll
Syntax
public enum HarmonyPatchType

Fields

NameDescription
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

|