C# Class YetAnotherRelogger.Helpers.Bot.DemonbuddyClass

Afficher le fichier Open project: sinterlkaas/YetAnotherRelogger Class Usage Examples

Private Properties

Свойство Type Description
FindMainWindow bool

Méthodes publiques

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

Méthode Description
FindMainWindow ( ) : bool

Method Details

CrashCheck() public méthode

public CrashCheck ( ) : void
Résultat void

CrashTender() public méthode

public CrashTender ( string profilepath = null ) : void
profilepath string
Résultat void

DemonbuddyClass() public méthode

public DemonbuddyClass ( ) : System
Résultat System

Start() public méthode

public Start ( bool noprofile = false, string profilepath = null, bool crashtenderstart = false ) : void
noprofile bool
profilepath string
crashtenderstart bool
Résultat void

Stop() public méthode

public Stop ( bool force = false ) : void
force bool
Résultat void