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
。 构造函数至少验证传入其中的路径集合,然后初始化对这些路径的监视。
注意
构造函数仅对路径名称执行字符串验证。 它不会规范路径或验证路径是否存在。