Class ClipboardBase | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Shared abstract class to enforce rules from the implementation of the IClipboard interface.
public abstract class ClipboardBase : IClipboard
Inheritance
ClipboardBase
Implements
Derived
Inherited Members
object.ReferenceEquals(object, object)
Properties
Returns true if the environmental dependencies are in place to interact with the OS clipboard
Methods
Returns the contents of the OS clipboard if possible.
Returns the contents of the OS clipboard if possible. Implemented by ConsoleDriver-specific subclasses.
Pastes the text
to the OS clipboard if possible.
Pastes the text
to the OS clipboard if possible. Implemented by ConsoleDriver-specific subclasses.
TryGetClipboardData(out string)
Copies the contents of the OS clipboard to result
if possible.
Pastes the text
to the OS clipboard if possible.