C# Class DotaHPLED.Watcher

Mostra file Open project: Renhaka/DotaHPELD Class Usage Examples

Public Methods

Method Description
PleaseWatch ( ) : void
StopWatching ( ) : void
Watcher ( Process dota, IntPtr ch, IntPtr mh, IntPtr d, IntPtr t, Form1 _owner ) : System

Private Methods

Method Description
OpenProcess ( int dwDesiredAccess, bool bInheritHandle, int dwProcessId ) : IntPtr
ReadProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, [ lpBuffer, int dwSize, int &lpNumberOfBytesRead ) : bool

Method Details

PleaseWatch() public method

public PleaseWatch ( ) : void
return void

StopWatching() public method

public StopWatching ( ) : void
return void

Watcher() public method

public Watcher ( Process dota, IntPtr ch, IntPtr mh, IntPtr d, IntPtr t, Form1 _owner ) : System
dota System.Diagnostics.Process
ch System.IntPtr
mh System.IntPtr
d System.IntPtr
t System.IntPtr
_owner Form1
return System