Click or drag to resize

DiskDriveInfoSize Property

Win32_DiskDrive: Size: Size of the disk drive. It is calculated by multiplying the total number of cylinders, tracks in each cylinder, sectors in each track, and bytes in each sector.

Namespace:  Xcalibur.Models.Hardware.Disk
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public long Size { get; set; }

Property Value

Type: Int64
The size.

Implements

IDiskDriveInfoSize
See Also