Drives.GetDrivesInformationReturnModel class
GetDrivesInformation Return model.
public class GetDrivesInformationReturnModel
Public Members
| name | description |
|---|---|
| GetDrivesInformationReturnModel() | Initializes a new instance of the GetDrivesInformationReturnModel class. |
| AvailableFreeSpace { get; set; } | Gets or sets. Indicates the amount of available free space on a drive, in bytes. |
| DriveFormat { get; set; } | Gets or sets. Gets the name of the file system, such as NTFS or FAT32. |
| DriveType { get; set; } | Gets or sets the drive type, such as CD-ROM, removable, network, or fixed. |
| IsReady { get; set; } | Gets or sets a value indicating whether gets a value that indicates whether a drive is ready. |
| Name { get; set; } | Gets or sets the name of a drive, such as C:. |
| TotalFreeSpace { get; set; } | Gets or sets the total size of storage space on a drive, in bytes. |
| TotalSize { get; set; } | Gets or sets the total size of storage space on a drive, in bytes. |
| VolumeLabel { get; set; } | Gets or sets the volume label of a driv. |
See Also
- class Drives
- namespace LiTools.Helpers.IO