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!

OpCodes Class

The IL instruction opcodes supported by the runtime. The IL Instruction Specification describes each Opcode.

Object
   OpCodes

[Visual Basic]
Public Class OpCodes
[C#]
public class OpCodes
[C++]
public __gc class OpCodes
[JScript]
public class OpCodes

Remarks

[To be supplied.]

Requirements

Namespace: System.Reflection.Emit

Assembly: mscorlib.dll

See Also

OpCodes Members | System.Reflection.Emit Namespace | TBD