System.IAppDomainSetup Members

The members of System.IAppDomainSetup are listed below.

Public Properties

ApplicationBasestring.

Gets or sets the name of the directory containing the application.

ApplicationNamestring.

Gets or sets the name of the application.

CachePathstring.

Gets and sets the name of an area specific to the application where files are shadow copied.

ConfigurationFilestring.

Gets and sets the name of the configuration file for an application domain.

DynamicBasestring.

Gets or sets the directory where dynamically generated files are stored and accessed.

LicenseFilestring.

Gets or sets the location of the license file associated with this domain.

PrivateBinPathstring.

Gets or sets the list of directories that is combined with the AppDomainSetup.ApplicationBase directory to probe for private assemblies.

PrivateBinPathProbestring.

Gets or sets the private binary directory path used to locate an application.

ShadowCopyDirectoriesstring.

Gets or sets the names of the directories containing assemblies to be shadow copied.

ShadowCopyFilesstring.

Gets or sets a string that indicates whether shadow copying is turned on or off.