Assembly: Fore;
Namespace: Prognoz.Platform.Interop.Fore;
The IForeRuntime interface is used to work with Fore code execution environment.
IForeRuntime
The Fore code execution environment context can be obtained using the IForeServices.GetRuntime method.
The execution environment enables:
Getting development environment objects metadata (units, forms, assemblies).
Getting information about constructions that are implemented in assemblies (number and name of interfaces, classes, enumerations and the list of methods implemented in interfaces and classes).
Executing methods and getting results of their execution.
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: