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