C# 클래스 GR.Gambling.VenueClient

파일 보기 프로젝트 열기: alexhanh/Botting-Library

보호된 프로퍼티들

프로퍼티 타입 설명
path string
process System.Diagnostics.Process
process_name string
start_args string

공개 메소드들

메소드 설명
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

메소드 상세

Attach() 공개 메소드

public Attach ( ) : bool
리턴 bool

Close() 공개 메소드

public Close ( ) : bool
리턴 bool

GetWindow() 공개 메소드

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

GetWindows() 공개 메소드

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

IsRunning() 공개 메소드

public IsRunning ( ) : bool
리턴 bool

Kill() 공개 메소드

public Kill ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartOrAttach() 공개 메소드

public StartOrAttach ( ) : void
리턴 void

프로퍼티 상세

path 보호되어 있는 프로퍼티

protected string path
리턴 string

process 보호되어 있는 프로퍼티

protected Process,System.Diagnostics process
리턴 System.Diagnostics.Process

process_name 보호되어 있는 프로퍼티

protected string process_name
리턴 string

start_args 보호되어 있는 프로퍼티

protected string start_args
리턴 string