Sdílet prostřednictvím


MetadataTokens.TryGetTableIndex(HandleKind, TableIndex) Metoda

Definice

Získá z TableIndex tabulky odpovídající zadané HandleKind.

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

Parametry

type
HandleKind

Typ popisovače.

index
TableIndex

Index tabulky.

Návraty

true pokud typ úchytu odpovídá tabulce Ecma335 nebo Portable PDB; false Jinak.

Platí pro