FileSystemWatcher Properties
.NET Framework 4.5
The FileSystemWatcher type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
|
EnableRaisingEvents | Gets or sets a value indicating whether the component is enabled. |
|
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
|
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 size (in bytes) of the internal buffer. |
|
NotifyFilter | Gets or sets the type of changes to watch for. |
|
Path | Gets or sets the path of the directory to watch. |
|
Site | Gets or sets an ISite for the FileSystemWatcher. (Overrides Component.Site.) |
|
SynchronizingObject | Gets or sets the object used to marshal the event handler calls issued as a result of a directory change. |