C# Class GR.Gambling.VenueClient

显示文件 Open project: alexhanh/Botting-Library

Protected Properties

Property Type Description
path string
process System.Diagnostics.Process
process_name string
start_args string

Public Methods

Method Description
Attach ( ) : bool
Close ( ) : bool
GetWindow ( string title_begins, string &matched_title ) : Window
GetWindows ( string title_begins ) : GR.Win32.Window[]

Returns all windows belogning to the client process.

IsRunning ( ) : bool
Kill ( ) : void
Start ( ) : void
StartOrAttach ( ) : void

Method Details

Attach() public method

public Attach ( ) : bool
return bool

Close() public method

public Close ( ) : bool
return bool

GetWindow() public method

public GetWindow ( string title_begins, string &matched_title ) : Window
title_begins string
matched_title string
return GR.Win32.Window

GetWindows() public method

Returns all windows belogning to the client process.
public GetWindows ( string title_begins ) : GR.Win32.Window[]
title_begins string
return GR.Win32.Window[]

IsRunning() public method

public IsRunning ( ) : bool
return bool

Kill() public method

public Kill ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartOrAttach() public method

public StartOrAttach ( ) : void
return void

Property Details

path protected_oe property

protected string path
return string

process protected_oe property

protected Process,System.Diagnostics process
return System.Diagnostics.Process

process_name protected_oe property

protected string process_name
return string

start_args protected_oe property

protected string start_args
return string