Share via


IInternalConfigClientHost 介面

定義

定義介面,以便允許內部 .NET 基礎結構自訂組態。

public interface class IInternalConfigClientHost
public interface IInternalConfigClientHost
[System.Runtime.InteropServices.ComVisible(false)]
public interface IInternalConfigClientHost
type IInternalConfigClientHost = interface
[<System.Runtime.InteropServices.ComVisible(false)>]
type IInternalConfigClientHost = interface
Public Interface IInternalConfigClientHost
屬性

方法

GetExeConfigPath()

傳回應用程式組態檔的路徑。

GetLocalUserConfigPath()

傳回字串,表示已知本機使用者組態檔的路徑。

GetRoamingUserConfigPath()

傳回字串,表示已知漫遊使用者組態檔的路徑。

IsExeConfig(String)

傳回值,指出組態檔路徑是否與目前已知應用程式組態檔路徑相同。

IsLocalUserConfig(String)

傳回值,指出組態檔路徑是否與目前已知本機使用者的組態檔路徑相同。

IsRoamingUserConfig(String)

傳回值,指出組態檔路徑是否與目前已知漫遊使用者的組態檔路徑相同。

適用於