AppDomainSetup::ConfigurationFile Property
Gets or sets the name of the configuration file for an application domain.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
public: virtual property String^ ConfigurationFile { String^ get () sealed; void set (String^ value) sealed; }
Implements
IAppDomainSetup::ConfigurationFileThe configuration file describes the search rules and configuration data for the application domain. The host that creates the application domain is responsible for supplying this data because the meaningful values vary from situation to situation.
For example, the configuration data for ASP.NET applications is stored for each application, site, and computer, while the configuration data for an executable is stored for each application, user, and computer. Only the host knows the specifics of the configuration data for a particular circumstance.
- FileIOPermission
for access to the path information. Associated enumeration: FileIOPermissionAccess::PathDiscovery
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.