Mono Class Library: Overview

System.IO.FileSystemWatcher: Members

The members of System.IO.FileSystemWatcher are listed below.

See Also: Inherited members from System.ComponentModel.Component

Public Constructors

Constructs a new instance of the System.IO.FileSystemWatcher class.
Constructs a new instance of the System.IO.FileSystemWatcher class using path as default directoty to monitor.
Constructs a new instance of the System.IO.FileSystemWatcher class using path as default directoty to monitor and filter to determine the files to monitor.

Public Properties

EnableRaisingEventsbool. Documentation for this section has not yet been entered.
Filterstring. Documentation for this section has not yet been entered.
IncludeSubdirectoriesbool. Documentation for this section has not yet been entered.
InternalBufferSizeint. Documentation for this section has not yet been entered.
NotifyFilterNotifyFilters. Documentation for this section has not yet been entered.
Pathstring. Documentation for this section has not yet been entered.
override
SiteSystem.ComponentModel.ISite. Documentation for this section has not yet been entered.
SynchronizingObjectSystem.ComponentModel.ISynchronizeInvoke. Documentation for this section has not yet been entered.

Public Methods

BeginInit()
Documentation for this section has not yet been entered.
EndInit()
Documentation for this section has not yet been entered.
Finalize()
Documentation for this section has not yet been entered.
WaitForChanged(WatcherChangeTypes) : WaitForChangedResult
Documentation for this section has not yet been entered.
WaitForChanged(WatcherChangeTypes, int) : WaitForChangedResult
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources for the watcher.
OnChanged(FileSystemEventArgs)
Raises the Changed event.
OnCreated(FileSystemEventArgs)
Raises the Created event.
OnDeleted(FileSystemEventArgs)
Raises the Deleted event.
OnError(ErrorEventArgs)
Raise the Error event.
OnRenamed(RenamedEventArgs)
Raises the Renamed event.

Public Events

ChangedDocumentation for this section has not yet been entered.
CreatedDocumentation for this section has not yet been entered.
DeletedDocumentation for this section has not yet been entered.
ErrorDocumentation for this section has not yet been entered.
RenamedDocumentation for this section has not yet been entered.