LocalFileSystemWatcherEventArgs Class |
Namespace: callback.ShellBoost.Core.Utilities
public class LocalFileSystemWatcherEventArgs : EventArgs
The LocalFileSystemWatcherEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Action |
Gets the type of directory event that occurred.
|
![]() | AllocatedLength |
Gets the allocated size of the affected file or directory.
|
![]() | Attributes |
Gets the attributes of the affected file or directory.
|
![]() | CreationTime |
Gets the creation time of the affected file or directory.
|
![]() | EventTime |
Gets this event creation time.
|
![]() | Id |
Gets the 128-bit identifier of the affected file or directory.
|
![]() | LastAccessTime |
Gets the last access time of the affected file or directory.
|
![]() | LastChangeTime |
Gets the last change time of the affected file or directory.
|
![]() | LastModificationTime |
Gets the last modification time of the affected file or directory.
|
![]() | OldParentId |
Gets the previous parent 128-bit identifier of the affected file or directory.
Only set in the case of Renamed event type.
|
![]() | 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.
|
![]() | ParentId |
Gets the parent 128-bit identifier of the affected file or directory.
|
![]() | 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.
|
![]() | ReparsePointTag |
Gets the reparse point tag of the affected file or directory.
|
![]() | Size |
Gets the size of the affected file.
|
![]() | VolumeGuid |
Gets the affected file or directory (and parent) volume GUID.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | 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 this instance.
(Overrides ObjectToString.) |