C# 클래스 ZfsSharp.HardDisks.MbrHardDisk

상속: OffsetHardDisk
파일 보기 프로젝트 열기: AustinWise/ZfsSharp

공개 메소드들

메소드 설명
GetType ( HardDisk hdd, int index ) : MbrPartitionType
IsMbr ( HardDisk hdd ) : bool
MbrHardDisk ( HardDisk hdd, int partition ) : System

메소드 상세

GetType() 공개 정적인 메소드

public static GetType ( HardDisk hdd, int index ) : MbrPartitionType
hdd HardDisk
index int
리턴 MbrPartitionType

IsMbr() 공개 정적인 메소드

public static IsMbr ( HardDisk hdd ) : bool
hdd HardDisk
리턴 bool

MbrHardDisk() 공개 메소드

public MbrHardDisk ( HardDisk hdd, int partition ) : System
hdd HardDisk
partition int
리턴 System