IBuildProcessRun Method
Run the specified process with the given arguments
Namespace: Sandcastle.Core.BuildEngineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
void Run(
string processFilename,
string targetFile,
string arguments
)
Sub Run (
processFilename As String,
targetFile As String,
arguments As String
)
void Run(
String^ processFilename,
String^ targetFile,
String^ arguments
)
abstract Run :
processFilename : string *
targetFile : string *
arguments : string -> unit
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