ExportedTypeExtensions.GetTypeDefinitionId(ExportedType) 方法

定义

获取关于其模块的 TypeDef 表中目标类型的可能行数的提示。 如果命名空间和名称不匹配,则解析会回退到目标 TypeDef 表的完全搜索。 如果 IsForwardertrue,则被忽略且应为零。

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

返回

适用于