additional device details
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
public string DriveType { get; set; }
|
||||
public string MediaType { get; set; }
|
||||
public string FileSystem { get; set; }
|
||||
public ulong Size { get; set; }
|
||||
public ulong FreeSpace { get; set; }
|
||||
public ulong? Size { get; set; }
|
||||
public ulong? FreeSpace { get; set; }
|
||||
public string VolumeName { get; set; }
|
||||
public string VolumeSerialNumber { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user