Click or drag to resize

LocalFileSystemWatcher Methods

The LocalFileSystemWatcher type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizes an instance of the LocalFileSystemWatcher class.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnBufferTooSmall
Called when the BufferTooSmall event is raised.
Protected methodOnError
Called when the Error event is raised.
Protected methodOnEvent
Called when the Event event is raised.
Protected methodOnPreviewEvent
Called before the Event event is raised.
Protected methodRestart
Restarts the watcher.
Protected methodSkipSynthetization
Determines if synthetization must be skipped for an event.
Public methodStart
Starts listening to events.
Public methodStop
Stops listening to events.
Public methodStatic memberToGuidId
Converts an UInt64 file identifier to a Guid file identifier.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberToUInt64Id
Converts an Guid file identifier to a UInt64 file identifier.
Top
See Also