Свойство | Type | Description | |
---|---|---|---|
DoSendString | void |
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éthode | Description | |
---|---|---|
OnCommandSent ( object sender, CommonServices e ) : void |
Méthode | Description | |
---|---|---|
DoSendString ( object sender, string s ) : void |
protected OnCommandSent ( object sender, CommonServices e ) : void | ||
sender | object | |
e | CommonServices | |
Résultat | void |
public SendKeyboardKey ( Native key ) : void | ||
key | Native | |
Résultat | void |
public SendString ( object sender, string s ) : void | ||
sender | object | |
s | string | |
Résultat | void |
public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
info | CK.Plugin.IPluginSetupInfo | |
Résultat | bool |