StandardInput Property

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

The Standard Input source to redirect Standard Input to if configured.

public StreamWriter? StandardInput { get; init; }

Returns

Remarks

Using Shell Execution whilst also Redirecting Standard Input will throw an Exception. This is a known issue with the System Process class.