TypeReference.Namespace 属性

定义

获取在其中定义目标类型的命名空间的全名。Gets the full name of the namespace where the target type is defined.

public:
 property System::Reflection::Metadata::StringHandle Namespace { System::Reflection::Metadata::StringHandle get(); };
public System.Reflection.Metadata.StringHandle Namespace { get; }
member this.Namespace : System.Reflection.Metadata.StringHandle
Public ReadOnly Property Namespace As StringHandle

属性值

StringHandle

定义目标类型的命名空间的完整名称,或者, IsNil true 如果在根命名空间中嵌套或定义了该类型,则为其属性为的句柄。The full name of the namespace where the target type is defined, or a handle whose the IsNil property is true if the type is nested or defined in a root namespace,

适用于