Share via


SystemConfigurationSource Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The SystemConfigurationSource type exposes the following members.

Constructors

  Name Description
Public method SystemConfigurationSource
Initializes a new instance of the SystemConfigurationSource class.

Methods

  Name Description
Public method Add
Adds a ConfigurationSection to the configuration source location specified by saveParameter and saves the configuration source.
Public method AddSectionChangeHandler
Adds a handler to be called when changes to the section named sectionName are detected.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetSection
Retrieves the specified ConfigurationSection.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Overloaded.
Public method RemoveSectionChangeHandler
Removes a handler to be called when changes to section sectionName are detected.
Public method Save
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Adds or replaces configurationSection under name section in the configuration file named fileName and saves the configuration file.
Public method ToString (Inherited from Object.)

See Also

SystemConfigurationSource Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.