FrameworkName.FullName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個 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 字串相同。