[Pkg-mono-devel] Linux - Start Process / List Processes

kamilon kennedybushnell at kamilon.com
Wed Aug 28 04:42:04 UTC 2013


I'm starting a process like so:

ProcessStartInfo startInfo = new ProcessStartInfo("mono");
startInfo.Arguments = "program.exe";
Process.Start(startInfo);

The problem is when I try to find the processes that are running program.exe
doesn't show up, only mono does.

How do I get a Process handle to program.exe again so I can kill it or do
something else with it later?



--
View this message in context: http://mono.1490590.n4.nabble.com/Linux-Start-Process-List-Processes-tp4660695.html
Sent from the Debian Mono mailing list archive at Nabble.com.



More information about the Pkg-mono-devel mailing list