C# Class KFS.Disks.DISK_GEOMETRY

Show file Open project: Alex-Jaeger/BitcoinFindAndRecover Class Usage Examples

Public Properties

Property Type Description
BytesPerSector int
Cylinders long
MediaType MEDIA_TYPE
SectorsPerTrack int
TracksPerCylinder int

Property Details

BytesPerSector public property

public int BytesPerSector
return int

Cylinders public property

public long Cylinders
return long

MediaType public property

public MEDIA_TYPE MediaType
return MEDIA_TYPE

SectorsPerTrack public property

public int SectorsPerTrack
return int

TracksPerCylinder public property

public int TracksPerCylinder
return int