F
Frank Rizzo
I am looping through the array of processes returned by
Process.GetProcesses(). How do I get the command line parameters that
each of the processes was started with? Kind of like in the
SysInternals' Process Explorer?
I've tried Process.StartInfo.Arguments property but it is always empty.
Thanks.
Process.GetProcesses(). How do I get the command line parameters that
each of the processes was started with? Kind of like in the
SysInternals' Process Explorer?
I've tried Process.StartInfo.Arguments property but it is always empty.
Thanks.