IBuildProcessRun Method

Run the specified process with the given arguments

Definition

Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
void Run(
	string processFilename,
	string targetFile,
	string arguments
)

Parameters

processFilename  String
The process to execute.
targetFile  String
An optional target file that the process will operate on such as an MSBuild project file.
arguments  String
An optional set of arguments to pass to the process

See Also