C# Class KFS.Disks.MasterBootRecord

The master boot record of a physical disk.
Inheritance: PhysicalDiskSection
Afficher le fichier Open project: Alex-Jaeger/BitcoinFindAndRecover Class Usage Examples

Méthodes publiques

Méthode Description
GetAttributes ( ) : Attributes
GetSectorSize ( ) : ulong
GetSectorStatus ( ulong sectorNum ) : SectorStatus
MasterBootRecord ( WinPhysicalDisk disk ) : System
ToString ( ) : string

Private Methods

Méthode Description
PartitionEntryExistsAt ( int offset, int len ) : bool

Method Details

GetAttributes() public méthode

public GetAttributes ( ) : Attributes
Résultat Attributes

GetSectorSize() public méthode

public GetSectorSize ( ) : ulong
Résultat ulong

GetSectorStatus() public méthode

public GetSectorStatus ( ulong sectorNum ) : SectorStatus
sectorNum ulong
Résultat SectorStatus

MasterBootRecord() public méthode

public MasterBootRecord ( WinPhysicalDisk disk ) : System
disk WinPhysicalDisk
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string