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

The type of IL instruction.

[Visual Basic]
Public ReadOnly Property OpCodeType As OpCodeType
[C#]
public OpCodeType OpCodeType {get;}
[C++]
public: __property OpCodeType get_OpCodeType();
[JScript]
public function get OpCodeType() : OpCodeType;

Property Value

Read-only. The type of IL instruction.

See Also

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