The properties of the FileSystemWatcher class are listed below. For a complete list of FileSystemWatcher class members, see the FileSystemWatcher Members topic.
ChangedFilter | Gets or sets the type of changes to watch for. |
Enabled | Gets or sets a value indicating whether the component is enabled. |
Filter | Gets or sets the filter string, used to determine what files are monitored in a directory. |
IncludeSubdirectories | Gets or sets a value indicating whether subdirectories within the specified path should be monitored. |
InternalBufferSize | Gets or sets the internal buffer size. |
Path | Gets or sets the path string of the directory to watch. |
Site (inherited from Component) | Gets or sets the site of the Component. |
SynchronizingObject | Gets or sets the object used to marshal the event handler calls issued as a result of a directory change. |
Target | Gets or sets a value indicating whether to watch files, directories, or files and directories within the given path. |