Skip to content

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

ObjectTapeCommandTapeRequireCommand

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; }

Released under the MIT License.