_Type.FullName 属性

定义

为 COM 对象提供对 FullName 属性的与版本无关的访问。

public:
 property System::String ^ FullName { System::String ^ get(); };
public string FullName { get; }
member this.FullName : string
Public ReadOnly Property FullName As String

属性值

包含 Type 的完全限定名(包括 Type 的命名空间,但不包括程序集)的字符串。

注解

此属性用于从非托管代码访问托管类,不应从托管代码调用。

属性 Type.FullName 获取 的完全限定名称 Type,包括 的 Type 命名空间,但不包括程序集。

适用于