ProcessExecutionResult Class

Definition

Result of executing a process.

public sealed record ProcessExecutionResult(int ExitCode, string StandardOutput, string StandardError) : IEquatable<ProcessExecutionResult>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (4)