IForeServices.GetRuntime

Syntax

GetRuntime: IForeRuntime;

Description

The GetRuntime method returns the Fore code execution environment context.

Comments

The execution environment context provides working with Fore assemblies contents of repository. The execution environment allows for loading assemblies, getting their metadata and lists of structures implemented in assemblies (lists of classes, interfaces and other structures). It is available to work with system assemblies, the Assembly development environment object in execution environment and also with external forms and units that are implemented out of assemblies.

Example

The examples of use are given in description of the IForeRuntime.BindToAssembly, IForeRuntime.ResolveAssembly methods.

See also:

IForeServices