프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Cylinders | ushort | ||
Heads | byte | ||
SectorsPerTrack | ushort |
메소드 | 설명 | |
---|---|---|
DiskGeometry ( ushort cylinders, byte heads, ushort sectorsPerTrack ) |
Initializes a new instance of the DiskGeometry struct.
|
|
GuessGeometry ( ulong lba ) : void |
Guesses the geometry.
|
public DiskGeometry ( ushort cylinders, byte heads, ushort sectorsPerTrack ) | ||
cylinders | ushort | The cylinders. |
heads | byte | The heads. |
sectorsPerTrack | ushort | The sectors per track. |