Method EmitLdobj
EmitLdobj(TypeReference)
Emits a Ldobj opcode with a TypeReference operand to the current cursor position.
public ILCursor EmitLdobj(TypeReference operand)
Parameters
operand
TypeReference- The emitted instruction's operand.
Returns
EmitLdobj(Type)
public ILCursor EmitLdobj(Type operand)
Parameters
operand
Type- The emitted instruction's operand. Will be automatically converted to a TypeReference.