Enum HarmonyReversePatchType
Specifies the type of reverse patch
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public enum HarmonyReversePatchType
Fields
| Name | Description |
|---|---|
| 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 |