Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ConfigurationManager::OpenMappedExeConfiguration Method

.NET Framework (current version)
 

Opens the specified client configuration file as a Configuration object.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticOpenMappedExeConfiguration(ExeConfigurationFileMap^, ConfigurationUserLevel)

Opens the specified client configuration file as a Configuration object that uses the specified file mapping and user level.

System_CAPS_pubmethodSystem_CAPS_staticOpenMappedExeConfiguration(ExeConfigurationFileMap^, ConfigurationUserLevel, Boolean)

Opens the specified client configuration file as a Configuration object that uses the specified file mapping, user level, and preload option.

Return to top
Show: