HostFileChangeMonitor(IList<String>) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
為 null
。
備註
對建構函式的 HostFileChangeMonitor 呼叫必須提供參數的非 Null 值 filePaths
。 建構函式至少會驗證傳入其中的路徑集合,然後初始化這些路徑的監視。
注意
建構函式只會執行路徑名稱的字串驗證。 它不會正式化路徑,或驗證路徑是否存在。