CreateExternalProcess(ProcessConfiguration, ProcessExitConfiguration) Method

Definition

Creates a new instance of the ExternalProcess class.

[Pure]
public IExternalProcess CreateExternalProcess(ProcessConfiguration configuration, ProcessExitConfiguration exitConfiguration)

Parameters

configuration
ProcessConfiguration

The configuration for the external process.

exitConfiguration
ProcessExitConfiguration

The process exit configuration details for configuring process exit behaviour.

Returns

IExternalProcess
An IExternalProcess instance representing the created external process.