IInternalConfigClientHost.IsExeConfig(String) 方法

定义

返回一个值,指示配置文件路径是否与当前已知的应用程序配置文件路径相同。

public:
 bool IsExeConfig(System::String ^ configPath);
public bool IsExeConfig (string configPath);
abstract member IsExeConfig : string -> bool
Public Function IsExeConfig (configPath As String) As Boolean

参数

configPath
String

表示应用程序配置文件路径的字符串。

返回

如果表示配置路径的字符串与应用程序配置文件的路径相同,则为 true;如果表示配置路径的字符串与应用程序配置文件的路径不同,则为 false

适用于