C# Class ZfsSharp.VirtualDevices.HddVdev

Inheritance: Vdev
Mostra file Open project: AustinWise/ZfsSharp

Public Methods

Method Description
HddVdev ( NvList config, LeafVdevInfo hdd ) : System

Protected Methods

Method Description
ReadBytesCore ( ArraySegment dest, long offset ) : void

Method Details

HddVdev() public method

public HddVdev ( NvList config, LeafVdevInfo hdd ) : System
config NvList
hdd LeafVdevInfo
return System

ReadBytesCore() protected method

protected ReadBytesCore ( ArraySegment dest, long offset ) : void
dest ArraySegment
offset long
return void