Browse documentation

Enum InnerTargetKind

Namespace
HarmonyLib
Assembly
0Harmony.dll

The operation selected by an Infix declaration

public enum InnerTargetKind

Fields

Constant = 6

A string or numeric literal load

Constructor = 5

Object construction using newobj

FieldRead = 3

A field value load

FieldWrite = 4

A field value store

Getter = 1

A property getter, normalized to its accessor method

Method = 0

A method call

Setter = 2

A property setter, normalized to its accessor method

Harmony 3 preview

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