Provides access to the system clipboard (best effort).
public sealed class TerminalClipboard
kind:method, kind:property, kind:ctor. Press Esc to clear.CanGetTextGets a value indicating whether clipboard text can be read.TextGets or sets clipboard text (best effort).TrySetText(ReadOnlySpan<Char>)Tries to set clipboard text (best effort).TrySetTextAsync(ReadOnlyMemory<Char>, Int32, CancellationToken)Tries to set clipboard text asynchronously (best effort).