Show / Hide Table of Contents

Delegate FastInvokeHandler

A delegate to invoke a method

Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public delegate object FastInvokeHandler(object target, params object[] parameters);
Parameters
Type Name Description
System.Object target

The instance

System.Object[] parameters

The method parameters

Returns
Type Description
System.Object

The method result

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