FileSystemWatcherQueued Class |
Namespace: ITHit.FileSystem
The FileSystemWatcherQueued type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileSystemWatcherQueued |
Initializes a new instance of FileWatchWrapper and runs monitoring infrastucture.
|
Name | Description | |
---|---|---|
![]() | EnableRaisingEvents |
Gets or sets a value indicating whether the component is enabled.
|
![]() | IncludeSubdirectories |
Gets or sets a value indicating whether subdirectories within the specified path should be monitored.
|
![]() | NotifyFilter |
Gets or sets the type of changes to watch for.
|
![]() | Path |
Gets or sets the path of the directory to watch.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Stops handling task and releases all resources
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FileWatcherEventHandler | |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Changed |
Occurs when a file or directory in the specified System.IO.FileSystemWatcher.Path is created.
|
![]() | Created |
Occurs when a file or directory in the specified System.IO.FileSystemWatcher.Path is changed.
|
![]() | Deleted |
Occurs when a file or directory in the specified System.IO.FileSystemWatcher.Path is deleted.
|
![]() | Error |
Occurs when the instance of System.IO.FileSystemWatcher is unable to continue monitoring changes
|
![]() | Renamed |
Occurs when a file or directory in the specified System.IO.FileSystemWatcher.Path is renamed.
|