C# Class refw.MemoryPatch

Inheritance: IDisposable
Afficher le fichier Open project: fry/refw

Méthodes publiques

Méthode Description
Dispose ( ) : void
MemoryPatch ( IntPtr addr, byte patch ) : System

Private Methods

Méthode Description
VirtualProtect ( IntPtr lpAddress, uint dwSize, uint flNewProtect, uint &lpflOldProtect ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MemoryPatch() public méthode

public MemoryPatch ( IntPtr addr, byte patch ) : System
addr System.IntPtr
patch byte
Résultat System