C# 클래스 KFS.Disks.UnallocatedDiskArea

An unallocated section of the disk (also known as slack space).
상속: PhysicalDiskSection
파일 보기 프로젝트 열기: Alex-Jaeger/BitcoinFindAndRecover

공개 메소드들

메소드 설명
GetAttributes ( ) : Attributes
GetSectorSize ( ) : ulong
GetSectorStatus ( ulong sectorNum ) : SectorStatus
ToString ( ) : string
UnallocatedDiskArea ( IPhysicalDisk disk, ulong offset, ulong len ) : System.Text

메소드 상세

GetAttributes() 공개 메소드

public GetAttributes ( ) : Attributes
리턴 Attributes

GetSectorSize() 공개 메소드

public GetSectorSize ( ) : ulong
리턴 ulong

GetSectorStatus() 공개 메소드

public GetSectorStatus ( ulong sectorNum ) : SectorStatus
sectorNum ulong
리턴 SectorStatus

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UnallocatedDiskArea() 공개 메소드

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