C# Class KFS.Disks.DISK_GEOMETRY

Datei anzeigen 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_oe property

public int BytesPerSector
return int

Cylinders public_oe property

public long Cylinders
return long

MediaType public_oe property

public MEDIA_TYPE MediaType
return MEDIA_TYPE

SectorsPerTrack public_oe property

public int SectorsPerTrack
return int

TracksPerCylinder public_oe property

public int TracksPerCylinder
return int