1 instantiation of FileSystemWatcher
System.Runtime.Caching (1)
System\Caching\FileChangeNotificationSystem.cs (1)
92dirMon.Fsw = new FileSystemWatcher(dir);
24 references to FileSystemWatcher
System (23)
services\io\system\io\FileSystemEventArgs.cs (3)
15/// <para>Provides data for the directory events: <see cref='System.IO.FileSystemWatcher.Changed'/>, <see cref='System.IO.FileSystemWatcher.Created'/>, <see cref='System.IO.FileSystemWatcher.Deleted'/>.</para>
services\io\system\io\FileSystemEventHandler.cs (4)
14/// <para>Represents the method that will handle the <see cref='System.IO.FileSystemWatcher.Changed'/>, <see cref='System.IO.FileSystemWatcher.Created'/>, or <see cref='System.IO.FileSystemWatcher.Deleted'/> event of a <see cref='System.IO.FileSystemWatcher'/>
services\io\system\io\FileSystemWatcher.cs (13)
109/// <para>Initializes a new instance of the <see cref='System.IO.FileSystemWatcher'/> class.</para> 118/// Initializes a new instance of the <see cref='System.IO.FileSystemWatcher'/> class, 130/// Initializes a new instance of the <see cref='System.IO.FileSystemWatcher'/> class, 306if (value.IndexOfAny(FileSystemWatcher.wildcards) != -1 || value.IndexOfAny(System.IO.Path.GetInvalidPathChars()) != -1) { 373/// Occurs when a file or directory in the specified <see cref='System.IO.FileSystemWatcher.Path'/> 389/// Occurs when a file or directory in the specified <see cref='System.IO.FileSystemWatcher.Path'/> 405/// Occurs when a file or directory in the specified <see cref='System.IO.FileSystemWatcher.Path'/> 436/// Occurs when a file or directory in the specified <see cref='System.IO.FileSystemWatcher.Path'/> 810/// Raises the <see cref='System.IO.FileSystemWatcher.Changed'/> event. 828/// Raises the <see cref='System.IO.FileSystemWatcher.Created'/> event. 845/// Raises the <see cref='System.IO.FileSystemWatcher.Deleted'/> event. 862/// Raises the <see cref='System.IO.FileSystemWatcher.Error'/> event. 909/// Raises the <see cref='System.IO.FileSystemWatcher.Renamed'/> event.
services\io\system\io\RenamedEventArgs.cs (1)
17/// <para>Provides data for the <see cref='System.IO.FileSystemWatcher.Renamed'/> event.</para>
services\io\system\io\RenamedEventHandler.cs (2)
13/// <para>Represents the method that will handle the <see cref='System.IO.FileSystemWatcher.Renamed'/> event of a <see cref='System.IO.FileSystemWatcher'/>
System.Runtime.Caching (1)
System\Caching\FileChangeNotificationSystem.cs (1)
18internal FileSystemWatcher Fsw;