C# Class Enigma.Memory.FileMemoryReader

Inheritance: MemoryReader
ファイルを表示 Open project: r3peat/Enigma.D3.Public Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FileMemoryReader ( string path ) : System
UnsafeReadBytes ( MemoryAddress address, byte buffer, int offset, int count ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FileMemoryReader() public method

public FileMemoryReader ( string path ) : System
path string
return System

UnsafeReadBytes() public method

public UnsafeReadBytes ( MemoryAddress address, byte buffer, int offset, int count ) : void
address MemoryAddress
buffer byte
offset int
count int
return void