C# 클래스 YetAnotherRelogger.Helpers.Bot.DemonbuddyClass

파일 보기 프로젝트 열기: sinterlkaas/YetAnotherRelogger 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FindMainWindow bool

공개 메소드들

메소드 설명
CrashCheck ( ) : void
CrashTender ( string profilepath = null ) : void
DemonbuddyClass ( ) : System
Start ( bool noprofile = false, string profilepath = null, bool crashtenderstart = false ) : void
Stop ( bool force = false ) : void

비공개 메소드들

메소드 설명
FindMainWindow ( ) : bool

메소드 상세

CrashCheck() 공개 메소드

public CrashCheck ( ) : void
리턴 void

CrashTender() 공개 메소드

public CrashTender ( string profilepath = null ) : void
profilepath string
리턴 void

DemonbuddyClass() 공개 메소드

public DemonbuddyClass ( ) : System
리턴 System

Start() 공개 메소드

public Start ( bool noprofile = false, string profilepath = null, bool crashtenderstart = false ) : void
noprofile bool
profilepath string
crashtenderstart bool
리턴 void

Stop() 공개 메소드

public Stop ( bool force = false ) : void
force bool
리턴 void