FrameworkName.FullName 属性

定义

获取此 FrameworkName 对象的全名。

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

属性值

String

FrameworkName 对象的全名。

注解

属性返回 FullName 的字符串具有以下格式:

identifier, Version=version[, Profile=profile]

其中 标识符 对应于Identifier属性,version等效于调用Version.ToString属性的值Version,对应于profileProfile该属性。 如果尚未将 FrameworkName 配置文件分配给对象,则配置文件组件不会包含在字符串中。

属性的值 FullName 与方法返回的 ToString 字符串相同。

适用于