C# Class YetAnotherRelogger.Helpers.Bot.DemonbuddyClass

ファイルを表示 Open project: sinterlkaas/YetAnotherRelogger Class Usage Examples

Private Properties

Property Type Description
FindMainWindow bool

Public Methods

Method Description
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

Private Methods

Method Description
FindMainWindow ( ) : bool

Method Details

CrashCheck() public method

public CrashCheck ( ) : void
return void

CrashTender() public method

public CrashTender ( string profilepath = null ) : void
profilepath string
return void

DemonbuddyClass() public method

public DemonbuddyClass ( ) : System
return System

Start() public method

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

Stop() public method

public Stop ( bool force = false ) : void
force bool
return void