Skip to content

TapeExtensionCommand

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Represents a custom keyword and its deferred playback-result callback.

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

Inheritance

ObjectTapeCommandTapeExtensionCommand

Implements

Properties

Keyword

Gets the case-sensitive keyword that produced this command.

Returns: String

csharp
public string Keyword { get; }

Remarks

Created from during parsing. The document exposes and ; operand values are captured by the callback, not exposed as typed properties. The callback produces its result during preparation, not parsing.

Released under the MIT License.