IAppDomainSetup 接口
定义
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.GetData AppDomain.SetData 以确定 AppDomain 要使用的数据。Members of this interface are used with the AppDomain.GetData and AppDomain.SetData methods to identify the AppDomain data to use.
属性
ApplicationBase |
获取或设置包含该应用程序的目录的名称。Gets or sets the name of the directory containing the application. |
ApplicationName |
获取或设置应用程序的名称。Gets or sets the name of the application. |
CachePath |
获取或设置特定于应用程序且从中对文件进行卷影复制的区域的名称。Gets or sets the name of an area specific to the application where files are shadow copied. |
ConfigurationFile |
获取或设置应用程序域的配置文件的名称。Gets or sets the name of the configuration file for an application domain. |
DynamicBase |
获取或设置将在其中存储和访问动态生成文件的目录。Gets or sets the directory where dynamically generated files are stored and accessed. |
LicenseFile |
获取或设置与此域关联的许可证文件的位置。Gets or sets the location of the license file associated with this domain. |
PrivateBinPath |
获取或设置目录列表,它与 ApplicationBase 目录结合来探测专用程序集。Gets or sets the list of directories that is combined with the ApplicationBase directory to probe for private assemblies. |
PrivateBinPathProbe |
获取或设置用于定位应用程序的专用二进制目录路径。Gets or sets the private binary directory path used to locate an application. |
ShadowCopyDirectories |
获取或设置目录的名称,这些目录包含要进行卷影复制的程序集。Gets or sets the names of the directories containing assemblies to be shadow copied. |
ShadowCopyFiles |
获取或设置指示卷影复制是打开还是关闭的字符串。Gets or sets a string that indicates whether shadow copying is turned on or off. |