Show / Hide Table of Contents

Enum MethodDispatchType

Specifies the type of method call dispatching mechanics

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

Fields

Name Description
Call

Call the method using static dispatching, regardless of whether method is virtual (including overriden) or non-virtual (including static)

VirtualCall

Call the method using dynamic dispatching if method is virtual (including overriden)

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