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