C# Class Klog.SimpleKeylogger

Afficher le fichier Open project: subTee/Troopers2016 Class Usage Examples

Méthodes publiques

Свойство Type Description
LogFileName String
LogPath String

Méthodes publiques

Méthode Description
OnKeyDown ( object sender, KeyEventArgs e ) : void
OnKeyPress ( object sender, KeyPressEventArgs e ) : void
OnKeyUp ( object sender, KeyEventArgs e ) : void
OnMouseActivity ( object sender, MouseEventArgs e ) : void
SimpleKeylogger ( ) : System

Private Methods

Méthode Description
CaptureClickBitmap ( Point clickLocation, String filename ) : void
GetNextBitmapFilename ( ) : String
LogEvent ( String s ) : void
OnClipboardAction ( object sender, EventArgs e ) : void

Method Details

OnKeyDown() public méthode

public OnKeyDown ( object sender, KeyEventArgs e ) : void
sender object
e KeyEventArgs
Résultat void

OnKeyPress() public méthode

public OnKeyPress ( object sender, KeyPressEventArgs e ) : void
sender object
e KeyPressEventArgs
Résultat void

OnKeyUp() public méthode

public OnKeyUp ( object sender, KeyEventArgs e ) : void
sender object
e KeyEventArgs
Résultat void

OnMouseActivity() public méthode

public OnMouseActivity ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void

SimpleKeylogger() public méthode

public SimpleKeylogger ( ) : System
Résultat System

Property Details

LogFileName public_oe static_oe property

public static String LogFileName
Résultat String

LogPath public_oe static_oe property

public static String LogPath
Résultat String