FileSystemWatcher Constructor
.NET Framework (current version)
Initializes a new instance of the FileSystemWatcher class.
Assembly: System (in System.dll)
| 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. |
Show:
