IInternalConfigRecord Interface

Definition

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

public interface IInternalConfigRecord
[System.Runtime.InteropServices.ComVisible(false)]
public interface IInternalConfigRecord
Attributes

Properties

ConfigPath

Gets a string representing a configuration file path.

HasInitErrors

Returns a value indicating whether an error occurred during initialization of a configuration object.

StreamName

Returns the name of a Stream object performing I/O tasks on the configuration file.

Methods

GetLkgSection(String)

Returns an object representing a section of a configuration from the last-known-good (LKG) configuration.

GetSection(String)

Returns an Object instance representing a section of a configuration file.

RefreshSection(String)

Causes a specified section of the configuration object to be reinitialized.

Remove()

Removes a configuration record.

ThrowIfInitErrors()

Grants the configuration object the permission to throw an exception if an error occurs during initialization.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10