Partager via


MetadataTokens.TryGetHeapIndex(HandleKind, HeapIndex) Méthode

Définition

Obtient l’élément HeapIndex du tas correspondant à l’élément HandleKind spécifié.

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

Paramètres

type
HandleKind

Type de handle.

index
HeapIndex

Index du tas.

Retours

true si le type de handle correspond à un tas Ecma335 ; false sinon.

S’applique à