FileConfigurationSource 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 FileConfigurationSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FileConfigurationSource |
Initializes a new instance of the FileConfigurationSource class with a configuration file path.
|
Methods
Name | Description | |
---|---|---|
Add | Overloaded. | |
AddSectionChangeHandler |
Adds a handler to be called when changes to section
are detected. This call should always be followed by a RemoveSectionChangeHandler(String, ConfigurationChangedEventHandler). Failure to remove change handlers will result in .Net resource leaks.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSection |
Retrieves the specified ConfigurationSection.
|
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Overloaded. | |
RemoveSectionChangeHandler |
Remove a handler to be called when changes to section
are detected. This class should always follow a call to AddSectionChangeHandler(String, ConfigurationChangedEventHandler). Failure to call these methods in pairs will result in .Net resource leaks.
|
|
ResetImplementation |
Flushes the internal cache of the FileConfigurationSource.
|
|
Save | Overloaded. | |
ToString | (Inherited from Object.) |
See Also
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. |