Skip to content

TapeSourceCommand

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Declares a source include without opening or expanding the referenced file.

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

Inheritance

ObjectTapeCommandTapeSourceCommand

Implements

Constructors

TapeSourceCommand(string, TapeSourceSpan)

Declares a source include without opening or expanding the referenced file.

Parameters:

  • Path (String): The source path ending in .tape.
  • Span (TapeSourceSpan): The instruction's source range.
csharp
public TapeSourceCommand(string Path, TapeSourceSpan Span)

Properties

Path

The source path ending in .tape.

Returns: String

csharp
public string Path { get; init; }

Released under the MIT License.