Table of Contents

Method EmitDelegate

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

EmitDelegate<T>(T)

Emit the IL to invoke a delegate as if it were a method. Stack behaviour matches OpCodes.Call
public int EmitDelegate<T>(T cb) where T : Delegate

Parameters

cb T

Returns

int

Type Parameters

T