FileSystemVolume Class |
Namespace: callback.ShellBoost.Core.Utilities
public sealed class FileSystemVolume
The FileSystemVolume type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeviceName |
Gets the device name.
|
![]() | DriveType |
Gets the drive type.
|
![]() | FileSystemName |
Gets the file system name.
|
![]() | Flags |
Gets flags associated with the specified file system.
|
![]() | FreeBytesAvailableToCaller |
Gets the total number of free bytes on a disk that are available to the user who is associated with the calling thread.
|
![]() | Guid |
Gets the volume GUID path.
|
![]() | LogicalDrives |
Gets the list of drive letters.
|
![]() | MaximumComponentLength |
Gets the maximum length, in characters, of a file name component that a specified file system supports. A file name component is the portion of a file name between backslashes.
|
![]() | Name |
Gets the volume name.
|
![]() | PathNames |
Gets the list of drive letters and mounted folder paths.
|
![]() | SerialNumber |
Gets the serial number that the operating system assigns when a hard disk is formatted.
|
![]() | TotalNumberOfBytes |
Gets the total number of bytes on a disk that are available to the user who is associated with the calling thread.
|
![]() | TotalNumberOfFreeBytes |
Gets the total number of free bytes on a disk.
|
Name | Description | |
---|---|---|
![]() ![]() | EnumerateAll |
Gets the list of all volumes.
|
![]() | 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 this instance.
(Overrides ObjectToString.) |