Method RunProcess
RunProcess(string[], bool)
Executes script starting from the main entry point in stand-alone process
public virtual int RunProcess(string[] args = null, bool wait = true)Parameters
- argsstring[]
- Specifies main method arguments. 
- waitbool
- Specifies if calling application should wait for process termination 
Returns
- int
- Return process exit code.