Compartilhar via


MetadataTokens.TryGetHeapIndex(HandleKind, HeapIndex) Método

Definição

Obtém o HeapIndex do heap correspondente ao HandleKind especificado.

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

Parâmetros

type
HandleKind

Tipo de identificador.

index
HeapIndex

Índice do heap.

Retornos

true se o tipo de identificador corresponder a um heap do Ecma335; caso contrário, false.

Aplica-se a