StartProcess(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)

Parameters

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