MaxBufferedOutputBytes Property

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

Gets the maximum number of bytes of standard output to buffer. When null, the output is unbounded. This property participates in equality comparisons.

public long? MaxBufferedOutputBytes { get; init; }

Returns