Click or drag to resize

SyntheticLocalFileSystemWatcherEventArgs Class

Provides data for the Event event of the LocalFileSystemWatcher class.
Inheritance Hierarchy

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class SyntheticLocalFileSystemWatcherEventArgs : LocalFileSystemWatcherEventArgs

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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Inherited from LocalFileSystemWatcherEventArgs.)
Top
See Also