Enum ArgumentType
Specifies the type of argument
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public enum ArgumentType
Fields
| Name | Description |
|---|---|
| Normal | This is a normal argument |
| Out | This is an out argument (out) |
| Pointer | This is a pointer argument (&) |
| Ref | This is a reference argument (ref) |