C# Class Enigma.Memory.FileMemoryReader

Inheritance: MemoryReader
Afficher le fichier Open project: r3peat/Enigma.D3.Public Class Usage Examples

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileMemoryReader() public méthode

public FileMemoryReader ( string path ) : System
path string
Résultat System

UnsafeReadBytes() public méthode

public UnsafeReadBytes ( MemoryAddress address, byte buffer, int offset, int count ) : void
address MemoryAddress
buffer byte
offset int
count int
Résultat void