IForeServices

Assembly: Fore;

Description

The IForeServices interface is used to get access to Fore code execution environment.

Inheritance Hierarchy

IForeServices

Comments

To work with Fore code execution environment, cast the repository connection described by the IMetabase interface to the IForeServices interface. The execution environment provides getting access and working with code that is implemented in Fore units/forms/assemblies of repository.

Methods

  Method name Brief description
GetRuntime The GetRuntime method returns the Fore code execution environment context.

See also:

Fore Assembly Interfaces