IBuild ProcessRun Method
Run the specified process with the given arguments
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
void Run(
string processFilename,
string targetFile,
string arguments
)VB
Sub Run (
processFilename As String,
targetFile As String,
arguments As String
)C++
void Run(
String^ processFilename,
String^ targetFile,
String^ arguments
)F#
abstract Run :
processFilename : string *
targetFile : string *
arguments : string -> unit