Click or drag to resize
Sandcastle Help File BuilderBuildProcessRunProcess Method
This is used to run a step in the build process

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void RunProcess(
	string fileToRun,
	string args
)

Parameters

fileToRun
Type: SystemString
The file to execute. This will be one of the template batch files with all the necessary values for the paths and options plugged into it.
args
Type: SystemString
The arguments to pass to the file if any.
See Also