C# Class CK.Plugins.SendInputDriver.SendStringPlugin

Inheritance: IPlugin, ISendStringService, IDynamicService
Afficher le fichier Open project: Invenietis/ck-certified

Private Properties

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

Méthodes publiques

Méthode Description
SendKeyboardKey ( Native key ) : void
SendString ( object sender, string s ) : void
SendString ( string s ) : void
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
Start ( ) : void
Stop ( ) : void
Teardown ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
DoSendString ( object sender, string s ) : void

Method Details

OnCommandSent() protected méthode

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

SendKeyboardKey() public méthode

public SendKeyboardKey ( Native key ) : void
key Native
Résultat void

SendString() public méthode

public SendString ( object sender, string s ) : void
sender object
s string
Résultat void

SendString() public méthode

public SendString ( string s ) : void
s string
Résultat void

Setup() public méthode

public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
info CK.Plugin.IPluginSetupInfo
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Teardown() public méthode

public Teardown ( ) : void
Résultat void