C# Class KFS.Disks.UnallocatedDiskArea

An unallocated section of the disk (also known as slack space).
Inheritance: PhysicalDiskSection
Afficher le fichier Open project: Alex-Jaeger/BitcoinFindAndRecover

Méthodes publiques

Méthode Description
GetAttributes ( ) : Attributes
GetSectorSize ( ) : ulong
GetSectorStatus ( ulong sectorNum ) : SectorStatus
ToString ( ) : string
UnallocatedDiskArea ( IPhysicalDisk disk, ulong offset, ulong len ) : System.Text

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

ToString() public méthode

public ToString ( ) : string
Résultat string

UnallocatedDiskArea() public méthode

public UnallocatedDiskArea ( IPhysicalDisk disk, ulong offset, ulong len ) : System.Text
disk IPhysicalDisk
offset ulong
len ulong
Résultat System.Text