-
Home
-
API Reference
-
CliInvoke.Core.Builders
-
IProcessConfigurationBuilder
-
Methods
-
UseShellExecution(Boolean)
UseShellExecution(Boolean) Method
Definition
Enables or disables Process execution via Shell Execution.
IProcessConfigurationBuilder UseShellExecution(bool useShellExecution)
Parameters
- useShellExecution
- Boolean
Whether to enable or disable shell execution.
Returns