ExportedType 结构

定义

public value class ExportedType
public struct ExportedType
public readonly struct ExportedType
type ExportedType = struct
Public Structure ExportedType
继承
ExportedType

属性

名称 说明
Attributes
Implementation

获取用于解析目标类型的实现的句柄。

IsForwarder
Name

获取目标类型的名称,或者 default 类型是在根命名空间中嵌套或定义的。

Namespace

获取包含目标类型的命名空间的全名,或者 default 类型是嵌套或定义在根命名空间中。

NamespaceDefinition

获取定义目标类型的命名空间的定义句柄,或者 default 该类型是嵌套或定义在根命名空间中的。

方法

名称 说明
GetCustomAttributes()

扩展方法

名称 说明
GetTypeDefinitionId(ExportedType)

获取其模块的 TypeDef 表中目标类型的可能行号的提示。 如果命名空间和名称不匹配,解析将回退到目标 TypeDef 表的完整搜索。 忽略,如果 IsForwarder 为零, true则为零。

适用于