次の方法で共有


HostFileChangeMonitor(IList<String>) コンストラクター

定義

HostFileChangeMonitor クラスの新しいインスタンスを初期化します。

public:
 HostFileChangeMonitor(System::Collections::Generic::IList<System::String ^> ^ filePaths);
public HostFileChangeMonitor (System.Collections.Generic.IList<string> filePaths);
new System.Runtime.Caching.HostFileChangeMonitor : System.Collections.Generic.IList<string> -> System.Runtime.Caching.HostFileChangeMonitor
Public Sub New (filePaths As IList(Of String))

パラメーター

filePaths
IList<String>

監視対象のディレクトリ パスまたはファイル パスが 1 つ以上含まれているリスト。

例外

filePathsnullです。

filePaths に項目が含まれていません。

- または -

filePaths 一覧のパスが null または空の文字列です。

注釈

コンストラクターの HostFileChangeMonitor 呼び出しでは、 パラメーターに null 以外の値を指定する filePaths 必要があります。 少なくとも、コンストラクターはそれに渡されるパスのコレクションを検証し、それらのパスの監視を初期化します。

注意

コンストラクターは、パス名の文字列検証のみを実行します。 パスを正規化したり、パスが存在することを検証したりすることはありません。

適用対象