TaskRunnerRun Method
This is used to run a step in the build process
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public void Run(
string processFilename,
string targetFile,
string arguments
)
Public Sub Run (
processFilename As String,
targetFile As String,
arguments As String
)
public:
void Run(
String^ processFilename,
String^ targetFile,
String^ arguments
)
member 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