Свойство | Тип | Описание | |
---|---|---|---|
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[] |
protected Process,System.Diagnostics process | ||
Результат |