Makes a best effort attempt to get a list of the the command-line arguments of the process. Returns the same information as #getCommandLine() but parsed to a list. May require elevated permissions or same-user ownership. @return A list of Strings representing the arguments. May return an em
()
| 92 | * already dead or permission was denied). |
| 93 | */ |
| 94 | List<String> getArguments(); |
| 95 | |
| 96 | /** |
| 97 | * Makes a best effort attempt to obtain the environment variables of the |
no outgoing calls