Skip to content

TapeCopyCommand

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Declares text to copy without accessing a clipboard.

csharp
public sealed record TapeCopyCommand : TapeCommand, IEquatable<TapeCommand>, IEquatable<TapeCopyCommand>

Inheritance

ObjectTapeCommandTapeCopyCommand

Implements

Constructors

TapeCopyCommand(string, TapeSourceSpan)

Declares text to copy without accessing a clipboard.

Parameters:

  • Text (String): The text, with consecutive string tokens joined by spaces.
  • Span (TapeSourceSpan): The instruction's source range.
csharp
public TapeCopyCommand(string Text, TapeSourceSpan Span)

Properties

Text

The text, with consecutive string tokens joined by spaces.

Returns: String

csharp
public string Text { get; init; }

Released under the MIT License.