Freigeben über


MetadataTokens.TryGetHeapIndex(HandleKind, HeapIndex) Methode

Definition

Ruft den HeapIndex des Heaps ab, der der angegebenen HandleKind entspricht.

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

Parameter

type
HandleKind

Handletyp.

index
HeapIndex

Heapindex.

Gibt zurück

true, wenn der Handletyp einem Ecma335-Heap entspricht. Andernfalls false.

Gilt für: