CreateExternalProcess(ProcessConfiguration) Method

Definition

Assembly CliInvoke.Core.dll

Creates an instance of the IExternalProcess interface based on the provided process configuration.

IExternalProcess CreateExternalProcess(ProcessConfiguration configuration)

Parameters

configuration
ProcessConfiguration

The configuration details for creating the external process.

Returns

IExternalProcess
An instance of IExternalProcess configured according to the specified configuration.