Table of Contents

Method EmitCalli

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

EmitCalli(IMethodSignature)

Emits a Calli opcode with a IMethodSignature operand to the current cursor position.
public ILCursor EmitCalli(IMethodSignature operand)

Parameters

operand IMethodSignature
The emitted instruction's operand.

Returns

ILCursor
this