C# 클래스 KFS.Disks.WinDisk

Represents a disk, and uses the Win32 API to read bytes from it. Can only be used when running on Windows.
상속: Disk
파일 보기 프로젝트 열기: Alex-Jaeger/BitcoinFindAndRecover

보호된 메소드들

메소드 설명
ForceReadBytes ( byte result, ulong offset, ulong length ) : void

메소드 상세

ForceReadBytes() 보호된 메소드

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