Table of Contents

Method StartProcess

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.v10.dll

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.