Show / Hide Table of Contents

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

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX