C# 클래스 SharpOS.Kernel.FileSystem.MasterBootBlock

파일 보기 프로젝트 열기: sharpos/SharpOS 1 사용 예제들

공개 메소드들

메소드 설명
Dump ( ) : void
Format ( ) : bool
MasterBootBlock ( IDiskDevice diskDevice ) : System
this ( uint partitionNbr ) : GenericPartition

비공개 메소드들

메소드 설명
ReadMasterBootBlock ( ) : bool

메소드 상세

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

Format() 공개 메소드

public Format ( ) : bool
리턴 bool

MasterBootBlock() 공개 메소드

public MasterBootBlock ( IDiskDevice diskDevice ) : System
diskDevice IDiskDevice
리턴 System

this() 공개 메소드

public this ( uint partitionNbr ) : GenericPartition
partitionNbr uint
리턴 GenericPartition