C-minor v0.0

ExecutionContext Class

Assembly: Topten.Cminor.Runtime.dll
Namespace: Topten.Cminor

Represents a single runtime execution context

public class ExecutionContext :
    IDisposable

Inheritance

ExecutionContext → object

Interfaces

IDisposable

Constructors

ExecutionContext()

Constructs a new Execution Context

Properties

Handle

Underlying handle to the execution context (struct rt_xc*)

OutputHandler
RuntimeIncludePath
RuntimeLibraryPath

Methods

Dispose()
Dispose(bool)
Run(Module)

Create a execution context and run a module

RunModule(Module)

Load a module into this execution context

Overridden & Inherited

Finalize()