MetadataTokens.TryGetTableIndex(HandleKind, TableIndex) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得資料表的 TableIndex,其對應至指定的 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
參數
- type
- HandleKind
控制代碼類型。
- index
- TableIndex
資料表索引。
傳回
若控制代碼類型對應至 Ecma335 或可攜式 PDB 資料表,則為 true
;否則為 false
。