C# Class DotaHPLED.Form1

Datei anzeigen Open project: Renhaka/DotaHPELD

Public Methods

Method Description
Form1 ( ) : System
addressSearch ( Process dota, byte toSearch ) : IntPtr
updateNumbers ( int Chealth, int Mhealth, int Dead, int RTime ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CloseHandle ( IntPtr hObject ) : bool
Form1_FormClosing ( object sender, FormClosingEventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OpenProcess ( int dwDesiredAccess, bool bInheritHandle, int dwProcessId ) : IntPtr
ReadProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, [ lpBuffer, int dwSize, int &lpNumberOfBytesRead ) : bool
SpecialByteCompare ( byte comparingTo, byte comparingWith ) : int
buttonBegin_Click ( object sender, EventArgs e ) : void
findProcess_Click ( object sender, EventArgs e ) : void
hookHealth_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Form1() public method

public Form1 ( ) : System
return System

addressSearch() public method

public addressSearch ( Process dota, byte toSearch ) : IntPtr
dota Process
toSearch byte
return IntPtr

updateNumbers() public method

public updateNumbers ( int Chealth, int Mhealth, int Dead, int RTime ) : void
Chealth int
Mhealth int
Dead int
RTime int
return void