Click or drag to resize

LocalFileSystemWatcher Properties

The LocalFileSystemWatcher type exposes the following members.

Properties
  NameDescription
Public propertyBufferMaximumUsedSize
Gets the buffer maximum used size.
Public propertyBufferSize
Gets or sets the size (in bytes) of the events buffer.
Public propertyDirectoryPath
Gets the directory path.
Public propertyIncludeSubdirectories
Gets or sets a value indicating whether subdirectories within the specified path should be monitored.
Public propertyIsStarted
Gets a value that indicates whether this instance listens to events.
Public propertyLogger
Gets or sets an optional logger.
Public propertyNotifyFilter
Gets or sets the type of changes to watch for.
Public propertySetRelativePaths
Gets or sets a value indicating whether to set fully qualifed paths or a relative paths in LocalFileSystemWatcherEventArgs event instances.
Public propertySynthetizeCircularBufferSize
Gets or sets the size of the synthetize circular buffer. The minimum value is 10.
Public propertySynthetizeMaximumTime
Gets or sets the maximum time between two events that can be synthetized, in milliseconds. The minimum value is 20.
Public propertySynthetizeOptions
Gets the synthetize options.
Public propertySynthetizeTimerDuetime
Gets or sets the synthetize timer due time, in milliseconds. The minimum value is 20.
Public propertyVolumeGuid
Gets the directory path's volume GUID.
Top
See Also