MetadataTokens.TryGetHeapIndex(HandleKind, HeapIndex) 메서드

정의

지정된 HandleKind에 해당하는 힙의 HeapIndex을(를) 가져옵니다.

public:
 static bool TryGetHeapIndex(System::Reflection::Metadata::HandleKind type, [Runtime::InteropServices::Out] System::Reflection::Metadata::Ecma335::HeapIndex % index);
public static bool TryGetHeapIndex (System.Reflection.Metadata.HandleKind type, out System.Reflection.Metadata.Ecma335.HeapIndex index);
static member TryGetHeapIndex : System.Reflection.Metadata.HandleKind * HeapIndex -> bool
Public Function TryGetHeapIndex (type As HandleKind, ByRef index As HeapIndex) As Boolean

매개 변수

type
HandleKind

핸들 형식입니다.

index
HeapIndex

힙 인덱스입니다.

반환

핸들 형식이 Ecma335 힙에 해당하는 경우 true이며, 그렇지 않은 경우 false입니다.

적용 대상