FileSystemWatcher Constructor
.NET Framework 4
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.
| Name | Description | |
|---|---|---|
|
FileSystemWatcher() | Initializes a new instance of the FileSystemWatcher class. |
|
FileSystemWatcher(String) | Initializes a new instance of the FileSystemWatcher class, given the specified directory to monitor. |
|
FileSystemWatcher(String, String) | Initializes a new instance of the FileSystemWatcher class, given the specified directory and type of files to monitor. |