IInternalConfigRecord Members
.NET Framework 3.0
Defines interfaces used by internal .NET structures to support creation of new configuration records.
The following tables list the members exposed by the IInternalConfigRecord type.
| Name | Description | |
|---|---|---|
| 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. |
| Name | Description | |
|---|---|---|
| GetLkgSection | Returns an object representing a section of a configuration from the last-known-good (LKG) configuration. |
| GetSection | Returns an Object instance representing a section of a configuration file. |
| RefreshSection | 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. |