This documentation is archived and is not being maintained.
IConfigurationManagerInternal Interface
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Defines an interface used by the .NET Framework to initialize configuration properties.
Assembly: System.Configuration (in System.Configuration.dll)
The IConfigurationManagerInternal type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ApplicationConfigUri | Infrastructure. Gets the configuration file name related to the application path. |
![]() | ExeLocalConfigDirectory | Infrastructure. Gets the local configuration directory of the application based on the entry assembly. |
![]() | ExeLocalConfigPath | Gets the local configuration path of the application based on the entry assembly. |
![]() | ExeProductName | Infrastructure. Gets the product name of the application based on the entry assembly. |
![]() | ExeProductVersion | Infrastructure. Gets the product version of the application based on the entry assembly. |
![]() | ExeRoamingConfigDirectory | Infrastructure. Gets the roaming configuration directory of the application based on the entry assembly. |
![]() | ExeRoamingConfigPath | Gets the roaming user's configuration path based on the application's entry assembly. |
![]() | MachineConfigPath | Gets the configuration path for the Machine.config file. |
![]() | SetConfigurationSystemInProgress | Infrastructure. Gets a value representing the configuration system's status. |
![]() | SupportsUserConfig | Infrastructure. Gets a value that specifies whether user configuration settings are supported. |
![]() | UserConfigFilename | Infrastructure. Gets the name of the file used to store user configuration settings. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
