IInternalConfigRecord Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines interfaces used by internal .NET structures to support creation of new configuration records.
public interface class IInternalConfigRecord
public interface IInternalConfigRecord
[System.Runtime.InteropServices.ComVisible(false)]
public interface IInternalConfigRecord
type IInternalConfigRecord = interface
[<System.Runtime.InteropServices.ComVisible(false)>]
type IInternalConfigRecord = interface
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. |