Click or drag to resize

FileSystemBasicInfo Class

Contains the basic information for a file.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.UtilitiesFileSystemBasicInfo

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

The FileSystemBasicInfo type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the file attributes.
Public propertyChangeTime
Gets the time the file was last changed.
Public propertyChangeTimeUtc
Gets the UTC time the file was last changed.
Public propertyCreationTime
Gets the time the file was created.
Public propertyCreationTimeUtc
Gets the UTC time the file was created.
Public propertyLastAccessTime
Gets the time the file was last accessed.
Public propertyLastAccessTimeUtc
Gets the UTC time the file was last accessed.
Public propertyLastWriteTime
Gets the time the file was last written.
Public propertyLastWriteTimeUtc
Gets the UTC time the file was last written.
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 the current object.
(Inherited from Object.)
Top
See Also