Show / Hide Table of Contents

Enum ArgumentType

Specifies the type of argument

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

Fields

Name Description
Normal

This is a normal argument

Out

This is an out argument (out)

Pointer

This is a pointer argument (&)

Ref

This is a reference argument (ref)

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