C# Class KFS.Disks.WinDisk

Represents a disk, and uses the Win32 API to read bytes from it. Can only be used when running on Windows.
Inheritance: Disk
Datei anzeigen Open project: Alex-Jaeger/BitcoinFindAndRecover

Protected Methods

Method Description
ForceReadBytes ( byte result, ulong offset, ulong length ) : void

Method Details

ForceReadBytes() protected method

protected ForceReadBytes ( byte result, ulong offset, ulong length ) : void
result byte
offset ulong
length ulong
return void