Sdílet prostřednictvím


HostFileChangeMonitor(IList<String>) Konstruktor

Definice

Inicializuje novou instanci HostFileChangeMonitor třídy.

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))

Parametry

filePaths
IList<String>

Seznam, který obsahuje jednu nebo více cest k adresářům nebo cest k souborům, které chcete monitorovat.

Výjimky

filePaths je null.

filePaths obsahuje nula položek.

-nebo-

Cesta v filePaths seznamu je null nebo prázdný řetězec.

Poznámky

Volání konstruktoru HostFileChangeMonitor musí poskytnout hodnotu parametru, která filePaths není null. Konstruktor minimálně ověří kolekci cest, které jsou do něj předány, a pak inicializuje monitorování těchto cest.

Poznámka

Konstruktor provádí pouze řetězcové ověření názvu cesty. Ne kanonizuje cesty ani neověřuje, jestli cesty existují.

Platí pro