Table of Contents

IBuildProcess.Run Method

Definition

Namespace
Sandcastle.Core.BuildEngine
Assembly
Sandcastle.Core.dll

Run the specified process with the given arguments

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