IInternalConfigRecord Interface
In this article
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
Config |
Gets a string representing a configuration file path. |
Has |
Returns a value indicating whether an error occurred during initialization of a configuration object. |
Stream |
Returns the name of a Stream object performing I/O tasks on the configuration file. |
Methods
Get |
Returns an object representing a section of a configuration from the last-known-good (LKG) configuration. |
Get |
Returns an Object instance representing a section of a configuration file. |
Refresh |
Causes a specified section of the configuration object to be reinitialized. |
Remove() |
Removes a configuration record. |
Throw |
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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: