StartProcess(Config<string>, Config<string>) Constructor
Starts a process for the specified file name and arguments.
Namespace
Statiq.Core
Containing Type
StartProcess

Syntax

public StartProcess(Config<string> fileName, Config<string> arguments)

Parameters

Name Type Description
fileName Config<string> The file name of the process to start.
arguments Config<string> The arguments to pass to the process.