GetRuntime: IForeRuntime;
GetRuntime: Prognoz.Platform.Interop.Fore.IForeRuntime;
The GetRuntime method returns the Fore code execution environment context.
The execution environment context provides working with Fore assemblies contents of repository. In execution environment it is available to load assemblies, get their metadata and lists of constructions implemented in assemblies (lists of classes, interfaces and other constructions). It is available to wotj with system assemblies, the Assembly development environment object in execution environment and also with external forms and units that are implemented out of assemblies.
The examples of use are given in description of the IForeRuntime.BindToAssembly, IForeRuntime.LoadAssembly methods.
See also: