Click or drag to resize

LocalFileSystemWatcherEventArgs 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 class LocalFileSystemWatcherEventArgs : EventArgs

The LocalFileSystemWatcherEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAction
Gets the type of directory event that occurred.
Public propertyAllocatedLength
Gets the allocated size of the affected file or directory.
Public propertyAttributes
Gets the attributes of the affected file or directory.
Public propertyCreationTime
Gets the creation time of the affected file or directory.
Public propertyEventTime
Gets this event creation time.
Public propertyId
Gets the 128-bit identifier of the affected file or directory.
Public propertyLastAccessTime
Gets the last access time of the affected file or directory.
Public propertyLastChangeTime
Gets the last change time of the affected file or directory.
Public propertyLastModificationTime
Gets the last modification time of the affected file or directory.
Public propertyOldParentId
Gets the previous parent 128-bit identifier of the affected file or directory. Only set in the case of Renamed event type.
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.
Public propertyParentId
Gets the parent 128-bit identifier of the affected file or directory.
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.
Public propertyReparsePointTag
Gets the reparse point tag of the affected file or directory.
Public propertySize
Gets the size of the affected file.
Public propertyVolumeGuid
Gets the affected file or directory (and parent) volume GUID.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also