TapeRequireCommand
Namespace: Hex1b.Automation
Assembly: Hex1b.dll
Declares a required executable without searching for it.
csharp
public sealed record TapeRequireCommand : TapeCommand, IEquatable<TapeCommand>, IEquatable<TapeRequireCommand>Inheritance
Object → TapeCommand → TapeRequireCommand
Implements
Constructors
TapeRequireCommand(string, TapeSourceSpan)
Declares a required executable without searching for it.
Parameters:
Program(String): One literal executable name.Span(TapeSourceSpan): The instruction's source range.
csharp
public TapeRequireCommand(string Program, TapeSourceSpan Span)Properties
Program
One literal executable name.
Returns: String
csharp
public string Program { get; init; }