C# Class KeeWebHelper.InputCommands.SendKeyCommand

Inheritance: InputCommandBase
Mostrar archivo Open project: keeweb/keeweb

Public Methods

Method Description
Down ( byte code ) : void
Execute ( ) : void
Press ( byte code ) : void
SendKeyCommand ( byte key, ModifierKeys modifiers ) : System
Up ( byte code ) : void

Private Methods

Method Description
keybd_event ( byte bVk, byte bScan, uint dwFlags, UIntPtr dwExtraInfo ) : void

Method Details

Down() public static method

public static Down ( byte code ) : void
code byte
return void

Execute() public method

public Execute ( ) : void
return void

Press() public static method

public static Press ( byte code ) : void
code byte
return void

SendKeyCommand() public method

public SendKeyCommand ( byte key, ModifierKeys modifiers ) : System
key byte
modifiers ModifierKeys
return System

Up() public static method

public static Up ( byte code ) : void
code byte
return void