UseShellExecution Property

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

Whether to use Shell Execution or not when executing the Command.

public bool UseShellExecution { get; init; }

Returns

Remarks

Using Shell Execution whilst also Redirecting Standard Input will throw an Exception. This is a known issue with the System Process class.