A buffered ProcessResult containing a Process's or Command's StandardOutput and StandardError information.
public class BufferedProcessResult : ProcessResult, IEquatable<ProcessResult>, IEquatable<BufferedProcessResult>
kind:method, kind:property, kind:ctor. Press Esc to clear.BufferedProcessResult(String, Int32, Int32, String, String, DateTime, DateTime, Boolean, Nullable<PosixSignal>, Boolean)Initialises the BufferedProcessResult with process information.StandardErrorThe Standard Error from a Process or Command represented as a string.StandardOutputThe Standard Output from a Process or Command represented as a string.WasTruncatedIndicates whether the captured standard output or standard error was truncated because it exceeded the configured per-stream cap.Deconstruct(out Int32, out String, out String)Deconstructs the BufferedProcessResult into its exit code and output strings.Equals(BufferedProcessResult, BufferedProcessResult?)Determines whether two BufferedProcessResults are equal.Equals(BufferedProcessResult?)Determines whether this BufferedProcessResult object is equal to another BufferedProcessResult object.Equals(Object?)Determines whether this BufferedProcessResult is equal to another object.GetHashCode()Returns the hash code for the current BufferedProcessResult.ToString()Returns a compact single-line diagnostic representation of the buffered result, including output length indicators but never embedding output content.Equality(BufferedProcessResult?, BufferedProcessResult?)Determines if a BufferedProcessResult is equal to another BufferedProcessResult.Inequality(BufferedProcessResult?, BufferedProcessResult?)Determines if a BufferedProcessResult is not equal to another BufferedProcessResult.