The operand type of an IL instruction.
[Visual Basic] Public ReadOnly Property OperandType As OperandType [C#] public OperandType OperandType {get;} [C++] public: __property OperandType get_OperandType(); [JScript] public function get OperandType() : OperandType;
Read-only. The operand type of an IL instruction.
OpCode Structure | OpCode Members | System.Reflection.Emit Namespace