The C1FileSystemWatcher type exposes the following members.

Constructors

  NameDescription
Public methodC1FileSystemWatcher(String)
Creates a new file system watcher given the path.
Public methodC1FileSystemWatcher(String, String)
Creates a new file system watcher given the path.

Methods

  NameDescription
Public methodBeginInit
Begins the initialization.
Protected methodDispose
Disposes the stream.
Public methodEndInit
Ends the initialization.
Protected methodFinalize
Destructor.
(Overrides Object..::..Finalize()()()().)
Public methodWaitForChanged(WatcherChangeTypes)
Public methodWaitForChanged(WatcherChangeTypes, Int32)

Properties

  NameDescription
Public propertyEnableRaisingEvents
Gets or sets if events should be raised or not.
Public propertyFilter
Filter to use.
Public propertyIncludeSubdirectories
Gets or sets of subdirectories should also be watched.
Public propertyInternalBufferSize
Gets or sets the size of an internal buffer.
Public propertyNotifyFilter
Gets or sets the notify filter.
Public propertyPath
Path to watch.

Events

  NameDescription
Public eventChanged
Adds or removes an event handler when new items changed.
Public eventCreated
Adds or removes an event handler when new items are created.
Public eventDeleted
Adds or removes an event handler when new items are deleted.
Public eventError
Adds or removes an event handler when an error occur.
Public eventRenamed
Adds or removes an event handler when new items are renamed.

See Also