MetadataTokens.TryGetTableIndex(HandleKind, TableIndex) Metodo

Definizione

Ottiene il TableIndex della tabella corrispondente all'HandleKind specificato.

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

Parametri

type
HandleKind

Tipo di handle.

index
TableIndex

Indice della tabella.

Restituisce

true se il tipo di handle corrisponde a una tabella Ecma335 o PDB portatile. In caso contrario, false.

Si applica a