The ProcessInfo class provides methods to access process-wide information. A ProcessInfo object can return the arguments passed to the process. It can also be used to specify the arguments to a process, or to specify command-line arguments.
The processInfo static method returns a shared ProcessInfo object for the process, which can then be messaged to set or obtain argument information.