HardDriveInfoTotalSectors Property
Gets the total number of sectors on the physical disk drive.
Note: the value for this property is obtained through extended functions of BIOS interrupt 13h.
The value may be inaccurate if the drive uses a translation scheme to support high-capacity disk sizes.
Consult the manufacturer for accurate drive specifications.
Namespace: DevCase.Core.IO.Devices.DrivesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public long TotalSectors { get; }
Public ReadOnly Property TotalSectors As Long
Get
Dim instance As HardDriveInfo
Dim value As Long
value = instance.TotalSectors
public:
property long long TotalSectors {
long long get ();
}
member TotalSectors : int64 with get
No code example is currently available or this language may not be supported.
Property Value
Int64