(int pid)
Creates a Process object for the given PID.
pid
Example:
auto proc = new Process(1234); writeln("Process name: ", proc.name());