IInternalConfigRoot Interface
Defines interfaces used by internal .NET structures to support a configuration root object.
Assembly: System.Configuration (in System.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() | IsDesignTime | Returns a value indicating whether the configuration is a design-time configuration. |
| Name | Description | |
|---|---|---|
![]() | GetConfigRecord(String^) | Returns an IInternalConfigRecord object representing a configuration specified by a configuration path. |
![]() | GetSection(String^, String^) | Returns an Object representing the data in a section of a configuration file. |
![]() | GetUniqueConfigPath(String^) | Returns a value representing the file path of the nearest configuration ancestor that has configuration data. |
![]() | GetUniqueConfigRecord(String^) | Returns an IInternalConfigRecord object representing a unique configuration record for given configuration path. |
![]() | Init(IInternalConfigHost^, Boolean) | Initializes a configuration object. |
![]() | RemoveConfig(String^) | Finds and removes a configuration record and all its children for a given configuration path. |
| Name | Description | |
|---|---|---|
![]() | ConfigChanged | Represents the method that handles the ConfigChanged event of an IInternalConfigRoot object. |
![]() | ConfigRemoved | Represents the method that handles the ConfigRemoved event of a IInternalConfigRoot object. |
Available since 2.0


