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
TypeOutputTypeMessagestring
Properties
Message
public string Message { get; init; }Property Value
Type
public OutputType Type { get; init; }