SetStandardInputPipe(StreamWriter) Method

Definition

Assembly CliInvoke.Core.dll

Sets the Standard Input Pipe source.

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.