| BuildProcessRunProcess Method |
This is used to run a step in the build process
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void RunProcess(
string fileToRun,
string args
)
Public Sub RunProcess (
fileToRun As String,
args As String
)
public:
void RunProcess(
String^ fileToRun,
String^ args
)
member RunProcess :
fileToRun : string *
args : string -> unit
Parameters
- fileToRun
- Type: SystemString
The file to execute. This will be one of the template batch files with all
the necessary values for the paths and options plugged into it. - args
- Type: SystemString
The arguments to pass to the file if any.
See Also