Process.StdIO

The three IO streams that can be redirected

Values

ValueMeaning
StdIn0

Child's stdin stream.

StdOut

Child's stdout stream.

StdErr

Child's stderr stream.

Meta