System.Reflection.Emit.OpCodes Class

Provides field representations of the Microsoft Intermediate Language (MSIL) instructions for emission by the System.Reflection.Emit.ILGenerator class members (such as ILGenerator.Emit(OpCode)).

See Also: OpCodes Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public class OpCodes

Remarks

For a detailed description of the member opcodes, see the Common Language Infrastructure (CLI) documentation, especially "Partition III: CIL Instruction Set" and "Partition II: Metadata Definition and Semantics". The documentation is available online; see tp://go.microsoft.com/fwlink/?LinkID=99212 on MSDN and tp://go.microsoft.com/fwlink/?LinkID=65552 on the Ecma International Web site.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0