Table of Contents

Method EmitLdsflda

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

EmitLdsflda(FieldReference)

Emits a Ldsflda opcode with a FieldReference operand to the current cursor position.
public ILCursor EmitLdsflda(FieldReference operand)

Parameters

operand FieldReference
The emitted instruction's operand.

Returns

ILCursor
this

EmitLdsflda(FieldInfo)

Emits a Ldsflda opcode with a FieldInfo operand to the current cursor position.
public ILCursor EmitLdsflda(FieldInfo operand)

Parameters

operand FieldInfo
The emitted instruction's operand. Will be automatically converted to a FieldReference.

Returns

ILCursor
this