Exec Arguments Builder
Builder for the exec method.
Inherits from ProcessArgumentBuilder to define launch settings.
Properties
Link copied to clipboard
Command line, including executable as first element.
Link copied to clipboard
Set to true to throw a ProcessExitException if the process doesn't terminate normally.
Link copied to clipboard
Subprocess environment.
Link copied to clipboard
Check if environment was modified at all.
Link copied to clipboard
If timeout triggers, an optional additional wait time before the child process is killed.
Link copied to clipboard
Subprocess working directory or null to inherit from parent.
Functions
Link copied to clipboard
Create ProcessArguments from builder.
Link copied to clipboard
Fill input using a string builder.