Click or drag to resize

DiskSpaceInfo Properties

The DiskSpaceInfo type exposes the following members.

Properties
  NameDescription
Public propertyAvailableFreeSpacePercent
Indicates the amount of available free space on a drive, formatted as percentage.
Public propertyAvailableFreeSpaceUnitSize
Indicates the amount of available free space on a drive, formatted as a unit size.
Public propertyBytesPerSector
The number of bytes per sector.
Public propertyClusterSize
Returns the Clusters size.
Public propertyDriveName
Gets the name of a drive.
Public propertyFreeBytesAvailable
The total number of free bytes on a disk that are available to the user who is associated with the calling thread.
Public propertyNumberOfFreeClusters
The total number of free clusters on the disk that are available to the user who is associated with the calling thread.
Public propertySectorsPerCluster
The number of sectors per cluster.
Public propertyTotalNumberOfBytes
The total number of bytes on a disk that are available to the user who is associated with the calling thread.
Public propertyTotalNumberOfClusters
The total number of clusters on the disk that are available to the user who is associated with the calling thread. If per-user disk quotas are in use, this value may be less than the total number of clusters on the disk.
Public propertyTotalNumberOfFreeBytes
The total number of free bytes on a disk.
Public propertyTotalSizeUnitSize
The total number of bytes on a disk that are available to the user who is associated with the calling thread, formatted as a unit size.
Public propertyUsedSpacePercent
Indicates the amount of used space on a drive, formatted as percentage.
Public propertyUsedSpaceUnitSize
Indicates the amount of used space on a drive, formatted as a unit size.
Top
See Also