Click or drag to resize

OhioScreenSendKeysAsync Method

Overload List
 NameDescription
Public methodSendKeysAsync(String, CancellationToken) Sends a string of keystrokes to the virtual screen. This method acts as if keystrokes were being typed from the keyboard of a terminal. The keystrokes will be sent to the current cursor position.
Public methodSendKeysAsync(String, Int32, CancellationToken) Sends a string of keystrokes to the virtual screen. This method acts as if keystrokes were being typed from the keyboard of a terminal. The keystrokes will be sent to the position provided.
Top
See Also