The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OpCodeType Enumeration
.NET Framework 1.1
Describes the types of the Microsoft intermediate language (MSIL) instructions.
[Visual Basic] <Serializable> Public Enum OpCodeType [C#] [Serializable] public enum OpCodeType [C++] [Serializable] __value public enum OpCodeType [JScript] public Serializable enum OpCodeType
Members
| Member name | Description |
|---|---|
| Annotation | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
| Macro | These are Microsoft intermediate language (MSIL) instructions that are used as a synonym for other MSIL instructions. For example, ldarg.0 represents the ldarg 0 instruction. |
| Nternal | Describes a reserved Microsoft intermediate language (MSIL) instruction. |
| Objmodel | Describes a Microsoft intermediate language (MSIL) instruction that applies to objects. |
| Prefix | Describes a prefix instruction that modifies the behavior of the following instruction. |
| Primitive | Describes a built-in instruction. |
Requirements
Namespace: System.Reflection.Emit
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Show: