Assembly: 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 structures implemented in assemblies (the 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 structures. | |
BindToObject | The BindToObject method provides access to custom class instance. | |
ResolveAssembly | The ResolveAssembly method checks whether the specified assembly is in the repository. |
See also: