Skip to main content
.NET Framework Class Library
FileSystemWatcher Constructor





Initializes a new instance of the FileSystemWatcher class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodFileSystemWatcher()()()Initializes a new instance of the FileSystemWatcher class.
Public methodFileSystemWatcher(String)Initializes a new instance of the FileSystemWatcher class, given the specified directory to monitor.
Public methodFileSystemWatcher(String, String)Initializes a new instance of the FileSystemWatcher class, given the specified directory and type of files to monitor.
Top