UseShellExecution(Boolean) Method

Definition

Assembly CliInvoke.Core.dll

Enables or disables Process execution via Shell Execution.

IProcessConfigurationBuilder UseShellExecution(bool useShellExecution)

Parameters

useShellExecution
Boolean

Whether to enable or disable shell execution.

Returns

IProcessConfigurationBuilder
The new ProcessConfigurationBuilder with the specified shell execution behaviour.