Property | Type | Description | |
---|---|---|---|
DoSendString | void |
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 |
Method | Description | |
---|---|---|
OnCommandSent ( object sender, CommonServices e ) : void |
Method | Description | |
---|---|---|
DoSendString ( object sender, string s ) : void |
protected OnCommandSent ( object sender, CommonServices e ) : void | ||
sender | object | |
e | CommonServices | |
return | void |
public SendString ( object sender, string s ) : void | ||
sender | object | |
s | string | |
return | void |
public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
info | CK.Plugin.IPluginSetupInfo | |
return | bool |