Browse documentation

Enum ArgumentType

Namespace
HarmonyLib
Assembly
0Harmony.dll

Specifies the type of argument

public enum ArgumentType

Fields

Normal = 0

This is a normal argument

Out = 2

This is an out argument (out)

Pointer = 3

This is a pointer argument (&)

Ref = 1

This is a reference argument (ref)

Harmony 3 preview

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