C# Class SharpOS.Kernel.FileSystem.MasterBootBlock

Afficher le fichier Open project: sharpos/SharpOS Class Usage Examples

Méthodes publiques

Méthode Description
Dump ( ) : void
Format ( ) : bool
MasterBootBlock ( IDiskDevice diskDevice ) : System
this ( uint partitionNbr ) : GenericPartition

Private Methods

Méthode Description
ReadMasterBootBlock ( ) : bool

Method Details

Dump() public méthode

public Dump ( ) : void
Résultat void

Format() public méthode

public Format ( ) : bool
Résultat bool

MasterBootBlock() public méthode

public MasterBootBlock ( IDiskDevice diskDevice ) : System
diskDevice IDiskDevice
Résultat System

this() public méthode

public this ( uint partitionNbr ) : GenericPartition
partitionNbr uint
Résultat GenericPartition