C# 클래스 cleanLayer.Bots.Grindbot

상속: cleanLayer.Library.BotBase
파일 보기 프로젝트 열기: Vipeax/cleanLayer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Blacklisted List
FSM cleanLayer.Library.FSM.Engine
Hotspots List
Profile cleanLayer.Library.HBProfile
SubProfile cleanLayer.Library.SubProfile

공개 메소드들

메소드 설명
Grindbot ( ) : System
Pulse ( ) : void
Start ( ) : bool
Stop ( ) : void

비공개 메소드들

메소드 설명
HandleEvents ( string ev, List args ) : void
SetupProfile ( ) : bool

메소드 상세

Grindbot() 공개 메소드

public Grindbot ( ) : System
리턴 System

Pulse() 공개 메소드

public Pulse ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

Blacklisted 공개적으로 프로퍼티

public List Blacklisted
리턴 List

FSM 공개적으로 프로퍼티

public Engine,cleanLayer.Library.FSM FSM
리턴 cleanLayer.Library.FSM.Engine

Hotspots 공개적으로 프로퍼티

public List Hotspots
리턴 List

Profile 공개적으로 프로퍼티

public HBProfile,cleanLayer.Library Profile
리턴 cleanLayer.Library.HBProfile

SubProfile 공개적으로 프로퍼티

public SubProfile,cleanLayer.Library SubProfile
리턴 cleanLayer.Library.SubProfile