IAppDomainSetup 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表可加入 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.SetData 方法搭配 AppDomain.GetData 使用,以識別 AppDomain 要使用的資料。
屬性
ApplicationBase |
取得或設定包含應用程式的目錄名稱。 |
ApplicationName |
取得或設定應用程式的名稱。 |
CachePath |
取得和設定其中的檔案已陰影複製的應用程式特定區域的名稱。 |
ConfigurationFile |
取得和設定應用程式定義域的組態檔名稱。 |
DynamicBase |
取得或設定儲存和存取動態產生檔案的目錄。 |
LicenseFile |
取得或設定與這個定義域相關聯的使用權檔案的位置。 |
PrivateBinPath |
取得或設定與 ApplicationBase 目錄結合,以探查私用 (Private) 組件的目錄清單。 |
PrivateBinPathProbe |
取得或設定用來尋找應用程式的私用二進位目錄路徑。 |
ShadowCopyDirectories |
取得或設定包含要陰影複製的組件的目錄名稱。 |
ShadowCopyFiles |
取得或設定指示陰影複製是開啟或關閉的字串。 |