mscorlib(4.0.0.0) API with additions
|
Represents assembly binding information that can be added to an instance of T:System.AppDomain. More...
Properties | |
string | ApplicationBase [get, set] |
Gets or sets the name of the directory containing the application. More... | |
string | ApplicationName [get, set] |
Gets or sets the name of the application. More... | |
string | CachePath [get, set] |
Gets and sets the name of an area specific to the application where files are shadow copied. More... | |
string | ConfigurationFile [get, set] |
Gets and sets the name of the configuration file for an application domain. More... | |
string | DynamicBase [get, set] |
Gets or sets the directory where dynamically generated files are stored and accessed. More... | |
string | LicenseFile [get, set] |
Gets or sets the location of the license file associated with this domain. More... | |
string | PrivateBinPath [get, set] |
Gets or sets the list of directories that is combined with the P:System.AppDomainSetup.ApplicationBase directory to probe for private assemblies. More... | |
string | PrivateBinPathProbe [get, set] |
Gets or sets the private binary directory path used to locate an application. More... | |
string | ShadowCopyDirectories [get, set] |
Gets or sets the names of the directories containing assemblies to be shadow copied. More... | |
string | ShadowCopyFiles [get, set] |
Gets or sets a string that indicates whether shadow copying is turned on or off. More... | |
Represents assembly binding information that can be added to an instance of T:System.AppDomain.
Definition at line 9 of file IAppDomainSetup.cs.
|
getset |
Gets or sets the name of the directory containing the application.
Definition at line 14 of file IAppDomainSetup.cs.
|
getset |
Gets or sets the name of the application.
Definition at line 22 of file IAppDomainSetup.cs.
|
getset |
Gets and sets the name of an area specific to the application where files are shadow copied.
Definition at line 30 of file IAppDomainSetup.cs.
|
getset |
Gets and sets the name of the configuration file for an application domain.
Definition at line 38 of file IAppDomainSetup.cs.
|
getset |
Gets or sets the directory where dynamically generated files are stored and accessed.
Definition at line 46 of file IAppDomainSetup.cs.
|
getset |
Gets or sets the location of the license file associated with this domain.
Definition at line 54 of file IAppDomainSetup.cs.
|
getset |
Gets or sets the list of directories that is combined with the P:System.AppDomainSetup.ApplicationBase directory to probe for private assemblies.
Definition at line 62 of file IAppDomainSetup.cs.
|
getset |
Gets or sets the private binary directory path used to locate an application.
Definition at line 70 of file IAppDomainSetup.cs.
|
getset |
Gets or sets the names of the directories containing assemblies to be shadow copied.
Definition at line 78 of file IAppDomainSetup.cs.
|
getset |
Gets or sets a string that indicates whether shadow copying is turned on or off.
Definition at line 86 of file IAppDomainSetup.cs.