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
Process.StartInfo returns a ProcessStartInfo object that allegedly but not necessarily has the arguments in the Arguments property.
Process.StartInfo