FileSystemBasicInfo Class |
Namespace: callback.ShellBoost.Core.Utilities
public sealed class FileSystemBasicInfo
The FileSystemBasicInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | Attributes |
Gets the file attributes.
|
![]() | ChangeTime |
Gets the time the file was last changed.
|
![]() | ChangeTimeUtc |
Gets the UTC time the file was last changed.
|
![]() | CreationTime |
Gets the time the file was created.
|
![]() | CreationTimeUtc |
Gets the UTC time the file was created.
|
![]() | LastAccessTime |
Gets the time the file was last accessed.
|
![]() | LastAccessTimeUtc |
Gets the UTC time the file was last accessed.
|
![]() | LastWriteTime |
Gets the time the file was last written.
|
![]() | LastWriteTimeUtc |
Gets the UTC time the file was last written.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |