Browse documentation

Enum HarmonyPatchType

Namespace
HarmonyLib
Assembly
0Harmony.dll

Specifies the type of patch

public enum HarmonyPatchType

Fields

All = 0

Any patch

Finalizer = 4

A finalizer

InnerFinalizer = 8

An inner finalizer patch

InnerPostfix = 7

An inner postfix patch

InnerPrefix = 6

An inner prefix patch

Postfix = 2

A postfix patch

Prefix = 1

A prefix patch

ReversePatch = 5

A reverse patch

Transpiler = 3

A transpiler

Harmony 3 preview

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