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