Method StartProcess
StartProcess(string[])
Executes script starting from the main entry point in stand-alone process
public virtual Process StartProcess(string[] args = null)
Parameters
args
string[]Specifies main method arguments.
Returns
- Process
Return process executing script code.