OpCodeType Enum

Definition

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
OpCodeType
Attributes

Fields

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, ldarg.0 represents the ldarg instruction with an argument of 0.

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.

Applies to