MetadataTokens.TryGetTableIndex(HandleKind, TableIndex) Método

Definição

Obtém o TableIndex da tabela correspondente ao HandleKind especificado.Gets the TableIndex of the table corresponding to the specified 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

Parâmetros

type
HandleKind

Tipo de identificador.Handle type.

index
TableIndex

Índice de tabela.Table index.

Retornos

Boolean

true se o tipo de identificador corresponder a uma tabela Ecma335 ou Portable PDB; caso contrário, false.true if the handle type corresponds to an Ecma335 or Portable PDB table; false otherwise.

Aplica-se a