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
If you're targeting Windows XP or later and you can afford the overhead of WMI, a possibility would be to look up the target process using WMI's WIN32_Process class, which has a CommandLine property.