AppDomainSetup.ConfigurationFile 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得和設定應用程式定義域的組態檔名稱。
public:
property System::String ^ ConfigurationFile { System::String ^ get(); void set(System::String ^ value); };
public string ConfigurationFile { get; set; }
member this.ConfigurationFile : string with get, set
Public Property ConfigurationFile As String
屬性值
組態檔的名稱。
實作
備註
組態檔描述應用程式域的搜尋規則和組態資料。 建立應用程式域的主機負責提供此資料,因為有意義的值會因情況而異。
例如,ASP.NET 應用程式的組態資料會針對每個應用程式、月臺和電腦儲存,而可執行檔的組態資料則儲存給每個應用程式、使用者和電腦。 只有主機知道特定情況的組態資料詳細資料。