프로퍼티 | 타입 | 설명 | |
---|---|---|---|
path | string | ||
process | |||
process_name | string | ||
start_args | string |
메소드 | 설명 | |
---|---|---|
Attach ( ) : bool | ||
Close ( ) : bool | ||
GetWindow ( string title_begins, string &matched_title ) : |
||
GetWindows ( string title_begins ) : GR.Win32.Window[] |
Returns all windows belogning to the client process.
|
|
IsRunning ( ) : bool | ||
Kill ( ) : void | ||
Start ( ) : void | ||
StartOrAttach ( ) : void |
public GetWindow ( string title_begins, string &matched_title ) : |
||
title_begins | string | |
matched_title | string | |
리턴 |
public GetWindows ( string title_begins ) : GR.Win32.Window[] | ||
title_begins | string | |
리턴 | GR.Win32.Window[] |