system

Copies environment to new process. Waits for process to finish.

  1. Process.Result system(string[] args)
    Process.Result
    system
    (
    string[] args...
    )
  2. Process.Result system(Process p, string[] args)

Return Value

Type: Process.Result

Process.Result (containing status code and reason the process ended)

Meta