ConfigurationManager Methods
Assembly: System.Configuration (in System.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetSection(String) | Retrieves a specified configuration section for the current application's default configuration. |
![]() ![]() | OpenExeConfiguration(ConfigurationUserLevel) | Opens the configuration file for the current application as a Configuration object. |
![]() ![]() | OpenExeConfiguration(String) | Opens the specified client configuration file as a Configuration object. |
![]() ![]() | OpenMachineConfiguration() | Opens the machine configuration file on the current computer as a Configuration object. |
![]() ![]() | OpenMappedExeConfiguration(ExeConfigurationFileMap, ConfigurationUserLevel) | Opens the specified client configuration file as a Configuration object that uses the specified file mapping and user level. |
![]() ![]() | OpenMappedExeConfiguration(ExeConfigurationFileMap, ConfigurationUserLevel, Boolean) | Opens the specified client configuration file as a Configuration object that uses the specified file mapping, user level, and preload option. |
![]() ![]() | OpenMappedMachineConfiguration(ConfigurationFileMap) | Opens the machine configuration file as a Configuration object that uses the specified file mapping. |
![]() ![]() | RefreshSection(String) | Refreshes the named section so the next time that it is retrieved it will be re-read from disk. |

