ExportedTypeExtensions.GetTypeDefinitionId(ExportedType) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在目標型別模組的 TypeDef 資料表中,於可能的目標型別資料列編號處取得提示。
如果命名空間和名稱不相符,則解析會退而使用目標 TypeDef 資料表的完整搜尋。 已忽略,且如果 IsForwarder 為 true
,則應為零。
public:
[System::Runtime::CompilerServices::Extension]
static int GetTypeDefinitionId(System::Reflection::Metadata::ExportedType exportedType);
public static int GetTypeDefinitionId (this System.Reflection.Metadata.ExportedType exportedType);
static member GetTypeDefinitionId : System.Reflection.Metadata.ExportedType -> int
<Extension()>
Public Function GetTypeDefinitionId (exportedType As ExportedType) As Integer
參數
- exportedType
- ExportedType