This documentation is archived and is not being maintained.

IInternalConfigRecord Interface

Defines interfaces used by internal .NET structures to support creation of new configuration records.

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

[ComVisibleAttribute(false)]
public interface class IInternalConfigRecord

The IInternalConfigRecord type exposes the following members.

  NameDescription
Public propertyConfigPathGets a string representing a configuration file path.
Public propertyHasInitErrorsReturns a value indicating whether an error occurred during initialization of a configuration object.
Public propertyStreamNameReturns the name of a Stream object performing I/O tasks on the configuration file.
Top

  NameDescription
Public methodGetLkgSectionReturns an object representing a section of a configuration from the last-known-good (LKG) configuration.
Public methodGetSectionReturns an Object instance representing a section of a configuration file.
Public methodRefreshSectionCauses a specified section of the configuration object to be reinitialized.
Public methodRemoveRemoves a configuration record.
Public methodThrowIfInitErrorsGrants the configuration object the permission to throw an exception if an error occurs during initialization.
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: