C# Class CK.Plugins.SendInputDriver.SendStringPlugin

Inheritance: IPlugin, ISendStringService, IDynamicService
Show file Open project: Invenietis/ck-certified

Private Properties

Property Type Description
DoSendString void

Public Methods

Method 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

Protected Methods

Method Description
OnCommandSent ( object sender, CommonServices e ) : void

Private Methods

Method Description
DoSendString ( object sender, string s ) : void

Method Details

OnCommandSent() protected method

protected OnCommandSent ( object sender, CommonServices e ) : void
sender object
e CommonServices
return void

SendKeyboardKey() public method

public SendKeyboardKey ( Native key ) : void
key Native
return void

SendString() public method

public SendString ( object sender, string s ) : void
sender object
s string
return void

SendString() public method

public SendString ( string s ) : void
s string
return void

Setup() public method

public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
info CK.Plugin.IPluginSetupInfo
return bool

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Teardown() public method

public Teardown ( ) : void
return void