OpCodeType Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Describes the types of the Microsoft intermediate language (MSIL) instructions.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| Annotation | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. This enumerator value is reserved and should not be used. | |
| Macro | This API supports the product infrastructure and is not intended to be used directly from your code. These are Microsoft intermediate language (MSIL) instructions that are used as a synonym for other MSIL instructions. For example, ldarg.0 represents the ldarg instruction with an argument of 0. | |
| Nternal | This API supports the product infrastructure and is not intended to be used directly from your code. Describes a reserved Microsoft intermediate language (MSIL) instruction. | |
| Objmodel | This API supports the product infrastructure and is not intended to be used directly from your code. Describes a Microsoft intermediate language (MSIL) instruction that applies to objects. | |
| Prefix | This API supports the product infrastructure and is not intended to be used directly from your code. Describes a prefix instruction that modifies the behavior of the following instruction. | |
| Primitive | This API supports the product infrastructure and is not intended to be used directly from your code. Describes a built-in instruction. |
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Windows Phone
Available since 8.1