The properties of System.IAppDomainSetup are listed below. For a list of all members, see the IAppDomainSetup Members list.
ApplicationBase | string.
Gets or sets the name of the directory containing the application. | |
ApplicationName | string.
Gets or sets the name of the application. | |
CachePath | string.
Gets and sets the name of an area specific to the application where files are shadow copied. | |
ConfigurationFile | string.
Gets and sets the name of the configuration file for an application domain. | |
DynamicBase | string.
Gets or sets the directory where dynamically generated files are stored and accessed. | |
LicenseFile | string.
Gets or sets the location of the license file associated with this domain. | |
PrivateBinPath | string.
Gets or sets the list of directories that is combined with the AppDomainSetup.ApplicationBase directory to probe for private assemblies. | |
PrivateBinPathProbe | string.
Gets or sets the private binary directory path used to locate an application. | |
ShadowCopyDirectories | string.
Gets or sets the names of the directories containing assemblies to be shadow copied. | |
ShadowCopyFiles | string.
Gets or sets a string that indicates whether shadow copying is turned on or off. |