C# Class BananaHook.Specs.InProcessMemory

Inheritance: IMemory
Afficher le fichier Open project: sgraf812/BananaHook

Méthodes publiques

Méthode Description
ReadBytes ( IntPtr address, int count ) : byte[]
WriteBytes ( IntPtr address, byte bytes ) : void

Method Details

ReadBytes() public méthode

public ReadBytes ( IntPtr address, int count ) : byte[]
address System.IntPtr
count int
Résultat byte[]

WriteBytes() public méthode

public WriteBytes ( IntPtr address, byte bytes ) : void
address System.IntPtr
bytes byte
Résultat void