Skip to content

TapeArtifact

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Describes a generated playback artifact.

csharp
public sealed record TapeArtifact : IEquatable<TapeArtifact>

Inheritance

ObjectTapeArtifact

Implements

Constructors

TapeArtifact(TapeArtifactKind, string)

Describes a generated playback artifact.

Parameters:

csharp
public TapeArtifact(TapeArtifactKind Kind, string Path)

Properties

Kind

The artifact format.

Returns: TapeArtifactKind

csharp
public TapeArtifactKind Kind { get; init; }

Path

The absolute destination path.

Returns: String

csharp
public string Path { get; init; }

Released under the MIT License.