This documentation is archived and is not being maintained.

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

The IInternalConfigRoot type exposes the following members.

  NameDescription
Public propertyIsDesignTimeReturns a value indicating whether the configuration is a design-time configuration.
Top

  NameDescription
Public methodGetConfigRecordReturns an IInternalConfigRecord object representing a configuration specified by a configuration path.
Public methodGetSectionReturns an Object representing the data in a section of a configuration file.
Public methodGetUniqueConfigPathReturns a value representing the file path of the nearest configuration ancestor that has configuration data.
Public methodGetUniqueConfigRecordReturns an IInternalConfigRecord object representing a unique configuration record for given configuration path.
Public methodInitInitializes a configuration object.
Public methodRemoveConfigFinds and removes a configuration record and all its children for a given configuration path.
Top

  NameDescription
Public eventConfigChangedRepresents the method that handles the ConfigChanged event of an IInternalConfigRoot object.
Public eventConfigRemovedRepresents the method that handles the ConfigRemoved event of a IInternalConfigRoot object.
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: