mscorlib(4.0.0.0) API with additions
System.IAppDomainSetup Interface Reference

Represents assembly binding information that can be added to an instance of T:System.AppDomain. More...

Inheritance diagram for System.IAppDomainSetup:
[legend]

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...
 

Detailed Description

Represents assembly binding information that can be added to an instance of T:System.AppDomain.

Definition at line 9 of file IAppDomainSetup.cs.

Property Documentation

◆ ApplicationBase

string System.IAppDomainSetup.ApplicationBase
getset

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

Returns
A T:System.String containg the name of the application base directory.

Definition at line 14 of file IAppDomainSetup.cs.

◆ ApplicationName

string System.IAppDomainSetup.ApplicationName
getset

Gets or sets the name of the application.

Returns
A T:System.String that is the name of the application.

Definition at line 22 of file IAppDomainSetup.cs.

◆ CachePath

string System.IAppDomainSetup.CachePath
getset

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

Returns
A T:System.String that is the fully-qualified name of the directory path and file name where files are shadow copied.

Definition at line 30 of file IAppDomainSetup.cs.

◆ ConfigurationFile

string System.IAppDomainSetup.ConfigurationFile
getset

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

Returns
A T:System.String that specifies the name of the configuration file.

Definition at line 38 of file IAppDomainSetup.cs.

◆ DynamicBase

string System.IAppDomainSetup.DynamicBase
getset

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

Returns
A T:System.String that specifies the directory containing dynamic assemblies.

Definition at line 46 of file IAppDomainSetup.cs.

◆ LicenseFile

string System.IAppDomainSetup.LicenseFile
getset

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

Returns
A T:System.String that specifies the name of the license file.

Definition at line 54 of file IAppDomainSetup.cs.

◆ PrivateBinPath

string System.IAppDomainSetup.PrivateBinPath
getset

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

Returns
A T:System.String containing a list of directory names, where each name is separated by a semicolon.

Definition at line 62 of file IAppDomainSetup.cs.

◆ PrivateBinPathProbe

string System.IAppDomainSetup.PrivateBinPathProbe
getset

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

Returns
A T:System.String containing a list of directory names, where each name is separated by a semicolon.

Definition at line 70 of file IAppDomainSetup.cs.

◆ ShadowCopyDirectories

string System.IAppDomainSetup.ShadowCopyDirectories
getset

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

Returns
A T:System.String containing a list of directory names, where each name is separated by a semicolon.

Definition at line 78 of file IAppDomainSetup.cs.

◆ ShadowCopyFiles

string System.IAppDomainSetup.ShadowCopyFiles
getset

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

Returns
A T:System.String containing the value "true" to indicate that shadow copying is turned on; or "false" to indicate that shadow copying is turned off.

Definition at line 86 of file IAppDomainSetup.cs.


The documentation for this interface was generated from the following file: