OpCodeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the types of the Microsoft intermediate language (MSIL) instructions.
This API supports the product infrastructure and is not intended to be used directly from your code.
public enum class OpCodeType
public enum OpCodeType
[System.Serializable]
public enum OpCodeType
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum OpCodeType
type OpCodeType =
[<System.Serializable>]
type OpCodeType =
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type OpCodeType =
Public Enum OpCodeType
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Annotation | 0 | This enumerator value is reserved and should not be used. |
Macro | 1 | These are Microsoft intermediate language (MSIL) instructions that are used as a synonym for other MSIL instructions. For example, |
Nternal | 2 | Describes a reserved Microsoft intermediate language (MSIL) instruction. |
Objmodel | 3 | Describes a Microsoft intermediate language (MSIL) instruction that applies to objects. |
Prefix | 4 | Describes a prefix instruction that modifies the behavior of the following instruction. |
Primitive | 5 | Describes a built-in instruction. |