C# 클래스 KFS.Disks.PhysicalDiskSection

Part of a physical disk.
상속: IImageable, IDescribable
파일 보기 프로젝트 열기: Alex-Jaeger/BitcoinFindAndRecover

공개 메소드들

메소드 설명
Close ( ) : void
GetAttributes ( ) : Attributes
GetBytes ( ulong offset, ulong length ) : byte[]
GetSectorSize ( ) : ulong
GetSectorStatus ( ulong sectorNum ) : SectorStatus
Open ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetAttributes() 공개 추상적인 메소드

public abstract GetAttributes ( ) : Attributes
리턴 Attributes

GetBytes() 공개 메소드

public GetBytes ( ulong offset, ulong length ) : byte[]
offset ulong
length ulong
리턴 byte[]

GetSectorSize() 공개 추상적인 메소드

public abstract GetSectorSize ( ) : ulong
리턴 ulong

GetSectorStatus() 공개 추상적인 메소드

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

Open() 공개 메소드

public Open ( ) : void
리턴 void