C# Class Tibialyzer.AutoHotkeyManager

Afficher le fichier Open project: Mytherin/Tibialyzer Class Usage Examples

Méthodes publiques

Méthode Description
CloseSuspendedWindow ( ) : void
ShowSuspendedWindow ( bool alwaysShow = false ) : void
ShutdownAutohotkey ( ) : void
StartAutohotkey ( ) : void
UpdateSettings ( List settings ) : void

Private Methods

Méthode Description
modifyKeyString ( string value, string originalLine ) : string
writeToAutoHotkeyFile ( ) : void

Method Details

CloseSuspendedWindow() public static méthode

public static CloseSuspendedWindow ( ) : void
Résultat void

ShowSuspendedWindow() public static méthode

public static ShowSuspendedWindow ( bool alwaysShow = false ) : void
alwaysShow bool
Résultat void

ShutdownAutohotkey() public static méthode

public static ShutdownAutohotkey ( ) : void
Résultat void

StartAutohotkey() public static méthode

public static StartAutohotkey ( ) : void
Résultat void

UpdateSettings() public static méthode

public static UpdateSettings ( List settings ) : void
settings List
Résultat void