IForeRuntime

Assembly: Fore;

Namespace: Prognoz.Platform.Interop.Fore;

Description

The IForeRuntime interface is used to work with Fore code execution environment.

Inheritance Hierarchy

IForeRuntime

Comments

The Fore code execution environment context can be obtained using the IForeServices.GetRuntime method.

The execution environment enables:

Methods

  Method name Brief description
BindToAssembly The BindToAssembly method provides access to assembly constructions.
BindToObject The BindToObject method provides access to custom class instance.
LoadAssembly Outdated. Use IForeRuntime.BindToAssembly.

See also:

Fore Assembly Interfaces