LocalFileSystemWatcher Properties |
The LocalFileSystemWatcher type exposes the following members.
Name | Description | |
---|---|---|
BufferMaximumUsedSize |
Gets the buffer maximum used size.
| |
BufferSize |
Gets or sets the size (in bytes) of the events buffer.
| |
DirectoryPath |
Gets the directory path.
| |
IncludeSubdirectories |
Gets or sets a value indicating whether subdirectories within the specified path should be monitored.
| |
IsStarted |
Gets a value that indicates whether this instance listens to events.
| |
Logger |
Gets or sets an optional logger.
| |
NotifyFilter |
Gets or sets the type of changes to watch for.
| |
SetRelativePaths |
Gets or sets a value indicating whether to set fully qualifed paths or a relative paths in LocalFileSystemWatcherEventArgs event instances.
| |
SynthetizeCircularBufferSize |
Gets or sets the size of the synthetize circular buffer.
The minimum value is 10.
| |
SynthetizeMaximumTime |
Gets or sets the maximum time between two events that can be synthetized, in milliseconds.
The minimum value is 20.
| |
SynthetizeOptions |
Gets the synthetize options.
| |
SynthetizeTimerDuetime |
Gets or sets the synthetize timer due time, in milliseconds.
The minimum value is 20.
| |
VolumeGuid |
Gets the directory path's volume GUID.
|