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

属性值

FrameworkName 对象的全名。

注解

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

identifier,Version=version[, Profile=profile]

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

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

适用于