Table of Contents

Method EmitLdvirtftn

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

EmitLdvirtftn(MethodReference)

Emits a Ldvirtftn opcode with a MethodReference operand to the current cursor position.
public ILCursor EmitLdvirtftn(MethodReference operand)

Parameters

operand MethodReference
The emitted instruction's operand.

Returns

ILCursor
this

EmitLdvirtftn(MethodBase)

Emits a Ldvirtftn opcode with a MethodBase operand to the current cursor position.
public ILCursor EmitLdvirtftn(MethodBase operand)

Parameters

operand MethodBase
The emitted instruction's operand. Will be automatically converted to a MethodReference.

Returns

ILCursor
this