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.
LoadAssembly The LoadAssembly method loads repository assembly to the execution environment and returns its metadata.

See also:

Fore Assembly Interfaces