API Reference
Class
DiskInfo
Represents logical disk information on a computer.
Inheritance
- Object
- DiskInfo
Constructors
public DiskInfo() #Inherited Methods
Properties
public String ComputerName { get; set; } #Machine name where the disk is located.
public Nullable<DriveType> DriveType { get; set; } #Drive type (fixed, removable, etc.).
public String FileSystem { get; set; } #File system type (e.g., NTFS, ReFS).
public String SizeHuman { get; } #Gets the drive size in a human friendly format, e.g. MB or GB.
public String FreeSpaceHuman { get; } #Gets the free space in a human friendly format, e.g. MB or GB.
public Double PercentageFree { get; } #Gets the percentage of free space on the drive.