C#: Redirect Standard Output of a Process that is Already Running
问题 I've been having a hard time getting the output of a "sub-process" (one launched internally by a blackbox process that I'm monitoring via c# System.Diagnostics.Process) I took the advice given by the answer of my previous post: here. And there you can find the details of what I've been going through. At this point, although I'm able to locate the ssh process spawned by process1.exe, that I'm monitoring. I can't redirect the output to my c# program, because it is an "already running process",