IForeRuntime

Assembly: Fore;

Description

The IForeRuntime interface is used to work with Fore code execution environment.

Inheritance Hierarchy

IForeRuntime

Comments

The Fore code execution environment context can be obtained using the IForeServices.GetRuntime method.

The execution environment enables:

Properties

  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.

Methods

  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:

Fore Assembly Interfaces