C# Class ZfsSharp.HardDisks.MbrHardDisk

Inheritance: OffsetHardDisk
Exibir arquivo Open project: AustinWise/ZfsSharp

Public Methods

Method Description
GetType ( HardDisk hdd, int index ) : MbrPartitionType
IsMbr ( HardDisk hdd ) : bool
MbrHardDisk ( HardDisk hdd, int partition ) : System

Method Details

GetType() public static method

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

IsMbr() public static method

public static IsMbr ( HardDisk hdd ) : bool
hdd HardDisk
return bool

MbrHardDisk() public method

public MbrHardDisk ( HardDisk hdd, int partition ) : System
hdd HardDisk
partition int
return System