Method SetClipboardDataImpl
SetClipboardDataImpl(string)
Pastes the text
to the OS clipboard if possible. Implemented by ConsoleDriver-specific subclasses.
protected override void SetClipboardDataImpl(string text)
Parameters
text
stringThe text to paste to the OS clipboard.
Exceptions
- NotSupportedException
Thrown if it was not possible to paste to the OS clipboard.