OperandType 열거형

정의

MSIL(Microsoft 중간 언어) 명령의 피연산자 형식에 대해 설명합니다.

이 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
특성

필드

Name Description
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비트 정수입니다.

적용 대상