The C1FileSystemWatcher type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1FileSystemWatcher(String) |
Creates a new file system watcher given the path.
|
![]() | C1FileSystemWatcher(String, String) |
Creates a new file system watcher given the path.
|
Methods
Name | Description | |
---|---|---|
![]() | BeginInit |
Begins the initialization.
|
![]() | Dispose |
Disposes the stream.
|
![]() | EndInit |
Ends the initialization.
|
![]() | Finalize |
Destructor.
(Overrides Object..::..Finalize()()()().) |
![]() | WaitForChanged(WatcherChangeTypes) | |
![]() | WaitForChanged(WatcherChangeTypes, Int32) |
Properties
Name | Description | |
---|---|---|
![]() | EnableRaisingEvents |
Gets or sets if events should be raised or not.
|
![]() | Filter |
Filter to use.
|
![]() | IncludeSubdirectories |
Gets or sets of subdirectories should also be watched.
|
![]() | InternalBufferSize |
Gets or sets the size of an internal buffer.
|
![]() | NotifyFilter |
Gets or sets the notify filter.
|
![]() | Path |
Path to watch.
|
Events
Name | Description | |
---|---|---|
![]() | Changed |
Adds or removes an event handler when new items changed.
|
![]() | Created |
Adds or removes an event handler when new items are created.
|
![]() | Deleted |
Adds or removes an event handler when new items are deleted.
|
![]() | Error |
Adds or removes an event handler when an error occur.
|
![]() | Renamed |
Adds or removes an event handler when new items are renamed.
|