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.Value

The value of the immediate operand of the IL instruction.

[Visual Basic]
Public ReadOnly Property Value As Short
[C#]
public short Value {get;}
[C++]
public: __property short get_Value();
[JScript]
public function get Value() : Int16;

Property Value

Read-only. The value of the immediate operand of the IL instruction.

See Also

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