How can I obtain the command line arguments of another process?
Using static functions of the System.Diagnostics.Process class I can obtain a list of r
System.Diagnostics.Process
Are both projects yours? Could you modify the source for the process you're trying to examine to make it give you its command-line arguments, rather than trying to read them from somewhere outside of that process?