Start() Method

Definition

Assembly CliInvoke.dll
Implements Start()

Synchronously starts the external process and returns its process ID. Stdin piping is not performed by this method.

[UnsupportedOSPlatform("ios")]
[UnsupportedOSPlatform("tvos")]
[UnsupportedOSPlatform("browser")]
public int Start()

Returns

Int32
The process ID of the started process.

Remarks

Configuration is not mutated; the resolved file path is returned via the result. ExecutedFilePath.