Back to Harmony

Enum HarmonyReversePatchType

docs/api/HarmonyLib.HarmonyReversePatchType.html

2.4.2.0447 B
Original Source

Enum HarmonyReversePatchType

Specifies the type of reverse patch

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

Fields

NameDescription
Original

Use the unmodified original method (directly from IL)

| | Snapshot |

Use the original as it is right now including previous patches but excluding future ones

|