TapeArtifact
Namespace: Hex1b.Automation
Assembly: Hex1b.dll
Describes a generated playback artifact.
csharp
public sealed record TapeArtifact : IEquatable<TapeArtifact>Inheritance
Object → TapeArtifact
Implements
Constructors
TapeArtifact(TapeArtifactKind, string)
Describes a generated playback artifact.
Parameters:
Kind(TapeArtifactKind): The artifact format.Path(String): The absolute destination path.
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; }