Browse documentation

Enum HarmonyReversePatchType

Namespace
HarmonyLib
Assembly
0Harmony.dll

Specifies the type of reverse patch

public enum HarmonyReversePatchType

Fields

Original = 0

Use the unmodified original method (directly from IL)

Snapshot = 1

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

Harmony 3 preview

For the stable release, read the 2.x documentation.