DriveStatistics class DriveStatistics Documentation Code public DriveType DriveType { get; } public string ErrorMessage { get; } public string Name { get; } public double TotalFreePercent { get; } public long TotalFreeSpace { get; } public long TotalSpace { get; } public DriveStatistics(DriveType driveType, string driveName, long totalSpace, long totalFreeSpace, string errorMessage)