Share via


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()

授與組態物件使用權限,以便在初始化期間發生錯誤時擲回例外狀況。

適用於