ProcessInfo
Interface for process information model classes.
swrede
getArguments
Returns the program’s command line arguments.
list of arguments, null if not determined
null
getPid
Returns the pid of a process.
the pid of the process, null if not determined
getProgramName
Returns a string name describing the program.
string name or null if not determined
getStartTime
Returns the process start time in microseconds.
process start time, null if not determined
getUserName
Returns the name of the user executing the process.
user name or null if not determined