C# Class NetKeyLogger.Keylogger

Afficher le fichier Open project: ibaydan/KeyLogger Class Usage Examples

Méthodes publiques

Свойство Type Description
LOG_FILE System.String
LOG_MODE System.String
LOG_OUT System.String

Méthodes publiques

Méthode Description
ActiveApplTitle ( ) : string
Flush2Console ( string data, bool writeLine ) : void
Flush2File ( string file ) : void
Keylogger ( ) : System

Private Methods

Méthode Description
GetAsyncKeyState ( System vKey ) : short
GetForegroundWindow ( ) : int
GetWindowText ( int hwnd, StringBuilder s, int nMaxCount ) : int
Main ( ) : void
timerBufferFlush_Elapsed ( object sender, System e ) : void
timerKeyMine_Elapsed ( object sender, System e ) : void

Method Details

ActiveApplTitle() public static méthode

public static ActiveApplTitle ( ) : string
Résultat string

Flush2Console() public méthode

public Flush2Console ( string data, bool writeLine ) : void
data string
writeLine bool
Résultat void

Flush2File() public méthode

public Flush2File ( string file ) : void
file string
Résultat void

Keylogger() public méthode

public Keylogger ( ) : System
Résultat System

Property Details

LOG_FILE public_oe property

public String,System LOG_FILE
Résultat System.String

LOG_MODE public_oe property

public String,System LOG_MODE
Résultat System.String

LOG_OUT public_oe property

public String,System LOG_OUT
Résultat System.String