C# Class BlackHole.Slave.Helper.KeyloggerHelper

Afficher le fichier Open project: hussein-aitlahcen/BlackHole

Méthodes publiques

Méthode Description
ContainsKeyChar ( this pressedKeys, char c ) : bool
DetectKeyHolding ( List list, char search ) : bool
GetActiveWindowTitle ( ) : string
GetDisplayName ( Keys key, bool altGr = false ) : string
IsExcludedKey ( this k ) : bool
IsModifierKey ( this key ) : bool
IsModifierKeysSet ( this pressedKeys ) : bool

Method Details

ContainsKeyChar() public static méthode

public static ContainsKeyChar ( this pressedKeys, char c ) : bool
pressedKeys this
c char
Résultat bool

DetectKeyHolding() public static méthode

public static DetectKeyHolding ( List list, char search ) : bool
list List
search char
Résultat bool

GetActiveWindowTitle() public static méthode

public static GetActiveWindowTitle ( ) : string
Résultat string

GetDisplayName() public static méthode

public static GetDisplayName ( Keys key, bool altGr = false ) : string
key Keys
altGr bool
Résultat string

IsExcludedKey() public static méthode

public static IsExcludedKey ( this k ) : bool
k this
Résultat bool

IsModifierKey() public static méthode

public static IsModifierKey ( this key ) : bool
key this
Résultat bool

IsModifierKeysSet() public static méthode

public static IsModifierKeysSet ( this pressedKeys ) : bool
pressedKeys this
Résultat bool