Enum MethodType
Specifies the type of method
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public enum MethodType
Fields
| Name | Description |
|---|---|
| Constructor | This is a constructor |
| Getter | This is a getter |
| Normal | This is a normal method |
| Setter | This is a setter |
| StaticConstructor | This is a static constructor |