NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

OpCode.OperandType

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;

Property Value

Read-only. The operand type of an IL instruction.

See Also

OpCode Structure | OpCode Members | System.Reflection.Emit Namespace