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
Object → TapeCommand → TapeSourceCommand
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; }