Show / Hide Table of Contents

Enum MethodType

Specifies the type of method

Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public enum MethodType

Fields

Name Description
Constructor

This is a constructor

Enumerator

This targets the MoveNext method of the enumerator result, that actually contains the method's implementation

Getter

This is a getter

Normal

This is a normal method

Setter

This is a setter

StaticConstructor

This is a static constructor

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX