IInternalConfigRecord 接口

定义

定义内部 .NET 结构用于支持创建新配置记录的接口。

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
属性

属性

ConfigPath

获取表示配置文件路径的字符串。

HasInitErrors

返回一个值,该值指示在配置对象的初始化期间是否发生了错误。

StreamName

返回对配置文件执行 I/O 任务的 Stream 对象的名称。

方法

GetLkgSection(String)

返回一个对象,该对象表示最后所知的好的 (LKG) 配置的一个配置节。

GetSection(String)

返回一个 Object 实例,该实例表示配置文件的一个节。

RefreshSection(String)

导致配置对象的指定节被重新初始化。

Remove()

移除配置记录。

ThrowIfInitErrors()

向配置对象授予权限,使其在初始化期间发生错误时引发异常。

适用于