Skip to content

TapeOutputCommand

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Declares an output path without creating an artifact.

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

Inheritance

ObjectTapeCommandTapeOutputCommand

Implements

Constructors

TapeOutputCommand(string, TapeSourceSpan)

Declares an output path without creating an artifact.

Parameters:

  • Path (String): The output file or directory path.
  • Span (TapeSourceSpan): The instruction's source range.
csharp
public TapeOutputCommand(string Path, TapeSourceSpan Span)

Properties

Path

The output file or directory path.

Returns: String

csharp
public string Path { get; init; }

Released under the MIT License.