ExecutionContext.Run Method
Assembly: Topten.Cminor.Runtime.dll
Namespace: Topten.Cminor
Declaring Type: ExecutionContext
Create a execution context and run a module
public static int Run(Module module);
Parameters
Module module | The module to run |
Returns
int | The return value from the module's main |