Mono Class Library: Overview

System.IO.FileSystemWatcher: Method Members

The methods of System.IO.FileSystemWatcher are listed below. For a list of all members, see the FileSystemWatcher Members list.

See Also: Inherited members from System.ComponentModel.Component

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.