Click or drag to resize

SystemConfiguration Methods

The SystemConfiguration type exposes the following members.

Methods
  NameDescription
Public methodAddProvider
Adds an instance of IConfigurationProvider. This enables multiple providers to contribute the the same ConfigurationManager.
(Inherited from ConfigurationManager.)
Public methodAddProviderPriority
Adds an instance of IConfigurationProvider as the first provider in the provider list giving it priority over the system configuration provider. This enables multiple providers to contribute the the same ConfigurationManager.
(Inherited from ConfigurationManager.)
Public methodContains
Determines whether the configuration contains the specified key.
(Inherited from ConfigurationManager.)
Public methodGet Obsolete.
Gets the String value for the specified key.
(Inherited from ConfigurationManager.)
Public methodGetBoolean
Gets the Boolean value for the specified key.
(Inherited from ConfigurationManager.)
Public methodGetInt32
Gets the Int32 value for the specified key.
(Inherited from ConfigurationManager.)
Public methodGetKeys
Gets all keys that can be used to get or set data.
(Inherited from ConfigurationManager.)
Public methodGetValue
Gets the String value for the specified key.
(Inherited from ConfigurationManager.)
Public methodStatic memberReset
Resets the system configuration instance and reloads settings from configuration files.
Public methodSetT(DictionaryString, String) Obsolete.
Sets a collection configuration entries.
(Inherited from ConfigurationManager.)
Public methodSetT(String, T) Obsolete.
Sets value of the entry with the specified key.
(Inherited from ConfigurationManager.)
Public methodSetValueT(DictionaryString, String) Obsolete.
Sets the value.
(Inherited from ConfigurationManager.)
Public methodSetValueT(String, T)
Sets value of the entry with the specified key.
(Inherited from ConfigurationManager.)
Public methodTryGetT
Attempts to get the value associated with the specified key.
(Inherited from ConfigurationManager.)
Top
Extension Methods
  NameDescription
Public Extension MethodAddXml (Defined by ConfigurationManagerXmlExtensions.)
Public Extension MethodAddXmlFile
Adds an xml configuration file to the configuration manager.
(Defined by ConfigurationManagerXmlExtensions.)
Top
See Also