Table of Contents

Class ExecOutput

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

One line read from a process output stream.

public sealed record ExecOutput : IEquatable<ExecOutput>

Constructors

ExecOutput(OutputType, string)

One line read from a process output stream.

public ExecOutput(OutputType Type, string Message)

Parameters

Type OutputType
Message string

Properties

Message

public string Message { get; init; }

Property Value

string

Type

public OutputType Type { get; init; }

Property Value

OutputType