Initialises a new instance of the ProcessConfigurationBuilder class, which is used to build and configure a process.
public ProcessConfigurationBuilder(string targetFilePath, Func<string, bool>? argumentValidationLogic = null)
The file path of the target file to be executed.
Optional validation logic applied to each argument added to the configuration. When omitted, a default null-check validation is used.