IInternalConfigRecord
Defines interfaces used by internal .NET structures to support creation of new configuration records.
Gets a string representing a configuration file path.
Returns a value indicating whether an error occurred during initialization of a configuration object.
Returns the name of a Stream object performing I/O tasks on the configuration file.
Returns an object representing a section of a configuration from the last-known-good (LKG) configuration.
Returns an Object instance representing a section of a configuration file.
Causes a specified section of the configuration object to be reinitialized.
void Remove()
Removes a configuration record.
void ThrowIfInitErrors()
Grants the configuration object the permission to throw an exception if an error occurs during initialization.