HardDriveInfoTotalHeads Property
Gets the total number of heads on the hard 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 int TotalHeads { get; }
Public ReadOnly Property TotalHeads As Integer
Get
Dim instance As HardDriveInfo
Dim value As Integer
value = instance.TotalHeads
public:
property int TotalHeads {
int get ();
}
member TotalHeads : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32