Sets the Standard Input Pipe source.
public IProcessConfigurationBuilder SetStandardInputPipe(StreamWriter source)
The source to use for the Standard Input pipe.
Using Shell Execution whilst also Redirecting Standard Input will throw an Exception. This is a known issue with the System Process class.