FileSystemWatcher Constructor
.NET Framework 2.0
Initializes a new instance of the FileSystemWatcher class.
| 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. |