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

適用対象