Click or drag to resize

SyntheticLocalFileSystemWatcherEventArgs Properties

The SyntheticLocalFileSystemWatcherEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAction
Gets the type of directory event that occurred.
(Inherited from LocalFileSystemWatcherEventArgs.)
Public propertyAllocatedLength
Gets the allocated size of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.)
Public propertyAttributes
Gets the attributes of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.)
Public propertyCreationTime
Gets the creation time of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.)
Public propertyEventTime
Gets this event creation time.
(Inherited from LocalFileSystemWatcherEventArgs.)
Public propertyId
Gets the 128-bit identifier of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.)
Public propertyLastAccessTime
Gets the last access time of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.)
Public propertyLastChangeTime
Gets the last change time of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.)
Public propertyLastModificationTime
Gets the last modification time of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.)
Public propertyOldParentId
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.)
Public propertyOldPath
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.)
Public propertyParentId
Gets the parent 128-bit identifier of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.)
Public propertyPath
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.)
Public propertyReparsePointTag
Gets the reparse point tag of the affected file or directory.
(Inherited from LocalFileSystemWatcherEventArgs.)
Public propertySize
Gets the size of the affected file.
(Inherited from LocalFileSystemWatcherEventArgs.)
Public propertySourceEvents
Gets the source events that lead to the synthetisation of this instance.
Public propertyVolumeGuid
Gets the affected file or directory (and parent) volume GUID.
(Inherited from LocalFileSystemWatcherEventArgs.)
Top
See Also