OperandType 열거형

정의

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

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

public enum class OperandType
public enum OperandType
[System.Serializable]
public enum OperandType
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum OperandType
type OperandType = 
[<System.Serializable>]
type OperandType = 
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type OperandType = 
Public Enum OperandType
상속
OperandType
특성

필드

InlineBrTarget 0

피연산자가 32비트 정수 분기 대상입니다.

InlineField 1

피연산자가 32비트 메타데이터 토큰입니다.

InlineI 2

피연산자가 32비트 정수입니다.

InlineI8 3

피연산자가 64비트 정수입니다.

InlineMethod 4

피연산자가 32비트 메타데이터 토큰입니다.

InlineNone 5

피연산자가 없습니다.

InlinePhi 6

피연산자가 예약되었으므로 사용하지 않아야 합니다.

InlineR 7

피연산자가 64비트 IEEE 부동 소수점 형식입니다.

InlineSig 9

피연산자가 32비트 메타데이터 시그니처 토큰입니다.

InlineString 10

피연산자가 32비트 메타데이터 문자열 토큰입니다.

InlineSwitch 11

피연산자가 스위치 명령에 대한 32비트 정수 인수입니다.

InlineTok 12

피연산자가 FieldRef, MethodRef 또는 TypeRef 토큰입니다.

InlineType 13

피연산자가 32비트 메타데이터 토큰입니다.

InlineVar 14

피연산자가 지역 변수나 인수의 서수가 포함된 16비트 정수입니다.

ShortInlineBrTarget 15

피연산자가 8비트 정수 분기 대상입니다.

ShortInlineI 16

피연산자가 8비트 정수입니다.

ShortInlineR 17

피연산자가 32비트 IEEE 부동 소수점 형식입니다.

ShortInlineVar 18

피연산자가 지역 변수나 인수의 서수가 포함된 8비트 정수입니다.

적용 대상