Enum InnerTargetKind
- Namespace
- HarmonyLib
- Assembly
- 0Harmony.dll
The operation selected by an Infix declaration
public enum InnerTargetKind
Fields
Constant = 6A string or numeric literal load
Constructor = 5Object construction using newobj
FieldRead = 3A field value load
FieldWrite = 4A field value store
Getter = 1A property getter, normalized to its accessor method
Method = 0A method call
Setter = 2A property setter, normalized to its accessor method