Configuration Methods
Assembly: System.Configuration (in System.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetSection(String^) | Returns the specified ConfigurationSection object. |
![]() | GetSectionGroup(String^) | Gets the specified ConfigurationSectionGroup object. |
![]() | GetType() | |
![]() | Save() | Writes the configuration settings contained within this Configuration object to the current XML configuration file. |
![]() | Save(ConfigurationSaveMode) | Writes the configuration settings contained within this Configuration object to the current XML configuration file. |
![]() | Save(ConfigurationSaveMode, Boolean) | Writes the configuration settings contained within this Configuration object to the current XML configuration file. |
![]() | SaveAs(String^) | Writes the configuration settings contained within this Configuration object to the specified XML configuration file. |
![]() | SaveAs(String^, ConfigurationSaveMode) | Writes the configuration settings contained within this Configuration object to the specified XML configuration file. |
![]() | SaveAs(String^, ConfigurationSaveMode, Boolean) | Writes the configuration settings contained within this Configuration object to the specified XML configuration file. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
