IInternalConfigRoot Interface

 

Defines interfaces used by internal .NET structures to support a configuration root object.

Namespace:   System.Configuration.Internal
Assembly:  System.Configuration (in System.Configuration.dll)

[ComVisibleAttribute(false)]
public interface class IInternalConfigRoot

NameDescription
System_CAPS_pubpropertyIsDesignTime

Returns a value indicating whether the configuration is a design-time configuration.

NameDescription
System_CAPS_pubmethodGetConfigRecord(String^)

Returns an IInternalConfigRecord object representing a configuration specified by a configuration path.

System_CAPS_pubmethodGetSection(String^, String^)

Returns an Object representing the data in a section of a configuration file.

System_CAPS_pubmethodGetUniqueConfigPath(String^)

Returns a value representing the file path of the nearest configuration ancestor that has configuration data.

System_CAPS_pubmethodGetUniqueConfigRecord(String^)

Returns an IInternalConfigRecord object representing a unique configuration record for given configuration path.

System_CAPS_pubmethodInit(IInternalConfigHost^, Boolean)

Initializes a configuration object.

System_CAPS_pubmethodRemoveConfig(String^)

Finds and removes a configuration record and all its children for a given configuration path.

NameDescription
System_CAPS_pubeventConfigChanged

Represents the method that handles the ConfigChanged event of an IInternalConfigRoot object.

System_CAPS_pubeventConfigRemoved

Represents the method that handles the ConfigRemoved event of a IInternalConfigRoot object.

.NET Framework
Available since 2.0
Return to top
Show: