Partager via


MetadataTokens.TryGetTableIndex(HandleKind, TableIndex) Méthode

Définition

Obtient l’élément TableIndex du tableau correspondant à l’élément HandleKind spécifié.

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

Paramètres

type
HandleKind

Type de handle.

index
TableIndex

Index du tableau.

Retours

true si le type de handle correspond à un tableau Ecma335 ou Portable PDB ; false sinon.

S’applique à