SyntheticLocalFileSystemWatcherEventArgs Properties |
The SyntheticLocalFileSystemWatcherEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Action |
Gets the type of directory event that occurred.
(Inherited from LocalFileSystemWatcherEventArgs.) | |
AllocatedLength |
Gets the allocated size of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.) | |
Attributes |
Gets the attributes of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.) | |
CreationTime |
Gets the creation time of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.) | |
EventTime |
Gets this event creation time.
(Inherited from LocalFileSystemWatcherEventArgs.) | |
Id |
Gets the 128-bit identifier of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.) | |
LastAccessTime |
Gets the last access time of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.) | |
LastChangeTime |
Gets the last change time of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.) | |
LastModificationTime |
Gets the last modification time of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.) | |
OldParentId |
Gets the previous parent 128-bit identifier of the affected file or directory.
Only set in the case of Renamed event type.
(Inherited from LocalFileSystemWatcherEventArgs.) | |
OldPath |
Gets the previous fully qualified path or a relative path of the affected file or directory.
The LocalFileSystemWatcher SetRelativePaths property value determines if relative paths are used.
Only set in the case of Renamed event type.
(Inherited from LocalFileSystemWatcherEventArgs.) | |
ParentId |
Gets the parent 128-bit identifier of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.) | |
Path |
Gets the fully qualifed path or a relative path of the affected file or directory.
The LocalFileSystemWatcher SetRelativePaths property value determines if relative paths are used.
(Inherited from LocalFileSystemWatcherEventArgs.) | |
ReparsePointTag |
Gets the reparse point tag of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.) | |
Size |
Gets the size of the affected file.
(Inherited from LocalFileSystemWatcherEventArgs.) | |
SourceEvents |
Gets the source events that lead to the synthetisation of this instance.
| |
VolumeGuid |
Gets the affected file or directory (and parent) volume GUID.
(Inherited from LocalFileSystemWatcherEventArgs.) |