C# Class ManagedWin32.ProcessMemory

Inheritance: IDisposable
Afficher le fichier Open project: MathewSachin/ManagedWin32 Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Open ( ) : void
ProcessMemory ( Process Process ) : System
Read ( IntPtr MemoryAddress, uint bytesToRead, int &bytesRead ) : byte[]
Write ( IntPtr MemoryAddress, byte bytesToWrite ) : int

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Open() public méthode

public Open ( ) : void
Résultat void

ProcessMemory() public méthode

public ProcessMemory ( Process Process ) : System
Process System.Diagnostics.Process
Résultat System

Read() public méthode

public Read ( IntPtr MemoryAddress, uint bytesToRead, int &bytesRead ) : byte[]
MemoryAddress System.IntPtr
bytesToRead uint
bytesRead int
Résultat byte[]

Write() public méthode

public Write ( IntPtr MemoryAddress, byte bytesToWrite ) : int
MemoryAddress System.IntPtr
bytesToWrite byte
Résultat int