IInternalConfigHost.IsFile(String) 方法

定义

返回一个值,指示由 Stream 对象用于读取配置文件的文件路径是否为有效路径。

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

参数

streamName
String

一个字符串,它表示对配置文件执行 I/O 任务的 Stream 对象的名称。

返回

如果由 Stream 对象用于读取配置文件的路径是有效路径,则为 true;否则为 false

适用于