C# Class GR.Gambling.VenueClient

Afficher le fichier Open project: alexhanh/Botting-Library

Protected Properties

Свойство Type Description
path string
process System.Diagnostics.Process
process_name string
start_args string

Méthodes publiques

Méthode 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 méthode

public Attach ( ) : bool
Résultat bool

Close() public méthode

public Close ( ) : bool
Résultat bool

GetWindow() public méthode

public GetWindow ( string title_begins, string &matched_title ) : Window
title_begins string
matched_title string
Résultat GR.Win32.Window

GetWindows() public méthode

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

IsRunning() public méthode

public IsRunning ( ) : bool
Résultat bool

Kill() public méthode

public Kill ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartOrAttach() public méthode

public StartOrAttach ( ) : void
Résultat void

Property Details

path protected_oe property

protected string path
Résultat string

process protected_oe property

protected Process,System.Diagnostics process
Résultat System.Diagnostics.Process

process_name protected_oe property

protected string process_name
Résultat string

start_args protected_oe property

protected string start_args
Résultat string