Method EmitLdsflda
EmitLdsflda(FieldReference)
Emits a Ldsflda opcode with a FieldReference operand to the current cursor position.
public ILCursor EmitLdsflda(FieldReference operand)
Parameters
operandFieldReference- The emitted instruction's operand.
Returns
EmitLdsflda(FieldInfo)
public ILCursor EmitLdsflda(FieldInfo operand)
Parameters
operandFieldInfo- The emitted instruction's operand. Will be automatically converted to a FieldReference.