OpCodeType 열거형

정의

MSIL(Microsoft Intermediate Language) 명령의 형식을 설명합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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
상속
OpCodeType
특성

필드

Annotation 0

이 열거자 값은 예약되었으므로 사용하지 않아야 합니다.

Macro 1

이것은 다른 MSIL(Microsoft Intermediate Language) 명령의 동의어로 사용되는 MSIL 명령들입니다. 예를 들어, ldarg.0은 인수가 0인 ldarg 명령을 나타냅니다.

Nternal 2

예약된 MSIL(Microsoft Intermediate Language) 명령을 설명합니다.

Objmodel 3

개체에 적용될 MSIL(Microsoft Intermediate Language) 명령을 설명합니다.

Prefix 4

다음 명령의 동작을 수정하는 접두사 명령을 설명합니다.

Primitive 5

기본 제공 명령을 설명합니다.

적용 대상