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