C# Class BasicCommandHandlers.NewSendKeyCommandHandlerPlugin

Inheritance: CommonServices.BasicCommandHandler, ISendKeyCommandHandlerService
Afficher le fichier Open project: Invenietis/ck-certified

Private Properties

Свойство Type Description
DoSendKeys void

Méthodes publiques

Méthode Description
SendKey ( object sender, string key ) : void
SendKey ( string key ) : void

Send the key represented using the SendKeys Class. KeySending event is fired, then the key is sent and KeySent event is fired.

Start ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
OnCommandSent ( object sender, CommandSentEventArgs e ) : void

Private Methods

Méthode Description
DoSendKeys ( object sender, string key ) : void

Method Details

OnCommandSent() protected méthode

protected OnCommandSent ( object sender, CommandSentEventArgs e ) : void
sender object
e CommonServices.CommandSentEventArgs
Résultat void

SendKey() public méthode

public SendKey ( object sender, string key ) : void
sender object
key string
Résultat void

SendKey() public méthode

Send the key represented using the SendKeys Class. KeySending event is fired, then the key is sent and KeySent event is fired.
public SendKey ( string key ) : void
key string Representation of a key, using syntax
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void