| Documentation |
|
As this class is a stream, you can use input/output instructions to read the process standard output or write to its standard input.
To read the process error output, you must use the Error event.
| Static properties | Constants | ||
| LastState LastValue | Crashed Running Signaled Stopped |
| Properties | Methods | Events | |||
| ByteOrder EndOfFile EndOfLine Handle Id State Tag Value | Close Kill Signal Wait | Error Kill Read |
![]() | If you need to send a CTRL+D to a running process, as if you have run it in a shell, just close the Process stream. |