C# Class KFS.Disks.UnallocatedDiskArea

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

Public Methods

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

Method Details

GetAttributes() public method

public GetAttributes ( ) : Attributes
return Attributes

GetSectorSize() public method

public GetSectorSize ( ) : ulong
return ulong

GetSectorStatus() public method

public GetSectorStatus ( ulong sectorNum ) : SectorStatus
sectorNum ulong
return SectorStatus

ToString() public method

public ToString ( ) : string
return string

UnallocatedDiskArea() public method

public UnallocatedDiskArea ( IPhysicalDisk disk, ulong offset, ulong len ) : System.Text
disk IPhysicalDisk
offset ulong
len ulong
return System.Text