MetadataTokens.TryGetTableIndex(HandleKind, TableIndex) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- type
- HandleKind
Handle type.
- index
- TableIndex
Table index.
Returns
true
if the handle type corresponds to an Ecma335 or Portable PDB table; false
otherwise.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.