IAppDomainSetup 介面

定義

代表可加入 的 AppDomain組裝綁定資訊。

public interface class IAppDomainSetup
[System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAppDomainSetup
[System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface IAppDomainSetup
[<System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAppDomainSetup = interface
[<System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type IAppDomainSetup = interface
Public Interface IAppDomainSetup
衍生
屬性

備註

此介面的成員與 及 方法一同AppDomain.GetDataAppDomain.SetData用於識別AppDomain要使用的資料。

屬性

名稱 Description
ApplicationBase

取得或設定包含該應用程式的目錄名稱。

ApplicationName

取得或設定應用程式名稱。

CachePath

取得或設定一個特定於應用程式的區域名稱,該區域是檔案被影子複製的。

ConfigurationFile

取得或設定應用程式域的設定檔名稱。

DynamicBase

取得或設定動態產生檔案儲存與存取的目錄。

LicenseFile

取得或設定與此網域相關聯的授權檔案位置。

PrivateBinPath

取得或設定目錄清單,並將其與 ApplicationBase 目錄結合以探測私有組件。

PrivateBinPathProbe

取得或設定用於定位應用程式的私有二進位目錄路徑。

ShadowCopyDirectories

取得或設定包含組件的目錄名稱,以便進行影子複製。

ShadowCopyFiles

會取得或設定一個字串,指示是開啟或關閉影子複製。

適用於