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