FileSystemWatcher Properties
Assembly: System (in System.dll)
| 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 | |
![]() | EnableRaisingEvents | Gets or sets a value indicating whether the component is enabled. |
![]() | Events | |
![]() | 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. |

