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 字串相同。

適用於