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.
Monitor objects in memory to detect leaks.
Property name | Brief description | |
ExternReferenceLogger | The ExternReferenceLogger property returns logging settings of external links counter changes. | |
ForeObjectsGraph | The ForeObjectsGraph property returns access to objects graph in memory. |
Method name | Brief description | |
BindToAssembly | The BindToAssembly method provides access to assembly constructions. | |
BindToObject | The BindToObject method provides access to custom class instance. | |
LoadAssembly | Outdated. Use IForeRuntime.BindToAssembly. |
See also: