SetStandardInputPipe(StreamWriter) Method

Definition

Assembly CliInvoke.dll

Sets the Standard Input Pipe source.

public IProcessConfigurationBuilder SetStandardInputPipe(StreamWriter source)

Parameters

source
StreamWriter

The source to use for the Standard Input pipe.

Returns

IProcessConfigurationBuilder
The new ProcessConfigurationBuilder with the specified Standard Input pipe source.

Remarks

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