C# 클래스 DotaHPLED.Watcher

파일 보기 프로젝트 열기: Renhaka/DotaHPELD 1 사용 예제들

공개 메소드들

메소드 설명
PleaseWatch ( ) : void
StopWatching ( ) : void
Watcher ( Process dota, IntPtr ch, IntPtr mh, IntPtr d, IntPtr t, Form1 _owner ) : System

비공개 메소드들

메소드 설명
OpenProcess ( int dwDesiredAccess, bool bInheritHandle, int dwProcessId ) : IntPtr
ReadProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, [ lpBuffer, int dwSize, int &lpNumberOfBytesRead ) : bool

메소드 상세

PleaseWatch() 공개 메소드

public PleaseWatch ( ) : void
리턴 void

StopWatching() 공개 메소드

public StopWatching ( ) : void
리턴 void

Watcher() 공개 메소드

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
리턴 System