C# 클래스 KFS.Disks.MasterBootRecord

The master boot record of a physical disk.
상속: PhysicalDiskSection
파일 보기 프로젝트 열기: Alex-Jaeger/BitcoinFindAndRecover 1 사용 예제들

공개 메소드들

메소드 설명
GetAttributes ( ) : Attributes
GetSectorSize ( ) : ulong
GetSectorStatus ( ulong sectorNum ) : SectorStatus
MasterBootRecord ( WinPhysicalDisk disk ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
PartitionEntryExistsAt ( int offset, int len ) : bool

메소드 상세

GetAttributes() 공개 메소드

public GetAttributes ( ) : Attributes
리턴 Attributes

GetSectorSize() 공개 메소드

public GetSectorSize ( ) : ulong
리턴 ulong

GetSectorStatus() 공개 메소드

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

MasterBootRecord() 공개 메소드

public MasterBootRecord ( WinPhysicalDisk disk ) : System
disk WinPhysicalDisk
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string