dvm.sys.Process

Members

Functions

system
Process.Result system(string[] args...)

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

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

Has extra param to retreive the Process object used so you can obtain extra information. Make sure to call p.close() when you're done with it.

Meta

Authors

Jacob Carlborg

Version

Initial created: Feb 21, 2009