ConfigurationManager Methods
MSDN Home
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
Class Library Reference
System.Configuration
ConfigurationManager Class
ConfigurationManager Method ...
GetSection Method
OpenExeConfiguration Method
OpenMachineConfiguration Metho ...
OpenMappedExeConfiguration Met ...
OpenMappedMachineConfiguration ...
RefreshSection Method
ConfigurationManager Class
ConfigurationManager Members
ConfigurationManager Methods
ConfigurationManager Propertie ...
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
ConfigurationManager Methods
Public Methods
(see also
Protected Methods
)
Name
Description
Equals
Overloaded. Determines whether two
Object
instances are equal. (Inherited from
Object
.)
GetHashCode
Serves as a hash function for a particular type.
GetHashCode
is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from
Object
.)
GetSection
Retrieves a specified configuration section for the current application's default configuration.
GetType
Gets the
Type
of the current instance. (Inherited from
Object
.)
OpenExeConfiguration
Overloaded. 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
Opens the specified client configuration file as a
Configuration
object using the specified file mapping and user level.
OpenMappedMachineConfiguration
Opens the machine configuration file as a
Configuration
object using the specified file mapping.
ReferenceEquals
Determines whether the specified
Object
instances are the same instance. (Inherited from
Object
.)
RefreshSection
Refreshes the named section so the next time it is retrieved it will be re-read from disk.
ToString
Returns a
String
that represents the current
Object
. (Inherited from
Object
.)
Top
Protected Methods
Name
Description
Finalize
Allows an
Object
to attempt to free resources and perform other cleanup operations before the
Object
is reclaimed by garbage collection. (Inherited from
Object
.)
MemberwiseClone
Creates a shallow copy of the current
Object
. (Inherited from
Object
.)
Top
See Also
Reference
ConfigurationManager Class
System.Configuration Namespace
Configuration Class
WebConfigurationManager
Other Resources
Configuring Applications
Tags :