The IC1FileSystemWatcher type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BeginInit |
Begins the initialization.
| |
| EndInit |
Ends the initialization.
| |
| WaitForChanged(WatcherChangeTypes) | ||
| WaitForChanged(WatcherChangeTypes, Int32) |
Properties
| Name | Description | |
|---|---|---|
| EnableRaisingEvents |
Gets or sets if events should be raised or not.
| |
| Filter |
Filter to use.
| |
| IncludeSubdirectories |
Gets or sets of subdirectories should also be watched.
| |
| InternalBufferSize |
Gets or sets the size of an internal buffer.
| |
| NotifyFilter |
Gets or sets the notify filter.
| |
| Path |
Path to watch.
|
Events
| Name | Description | |
|---|---|---|
| Changed |
Adds or removes an event handler when new items changed.
| |
| Created |
Adds or removes an event handler when new items are created.
| |
| Deleted |
Adds or removes an event handler when new items are deleted.
| |
| Error |
Adds or removes an event handler when an error occure.
| |
| Renamed |
Adds or removes an event handler when new items are renamed.
|