Mono Class Library: System.Diagnostics.Process Overview | Members

System.Diagnostics.Process.Start Method

Create and start a new Process with the specified commandline.

public static Process Start (string fileName)

Parameters

fileName
Commandline for the new process. This includes the executable path followed (optionally) by the commandline arguments to it.

Returns

Process for the specified commandline.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0