Assembly: Fore;
The IForeServices interface is used to get access to Fore code execution environment.
IForeServices
To work with Fore code execution environment, cast the repository connection described by the IMetabase interface to the IForeServices interface. The execution environment provides getting access and working with code that is implemented in Fore units/forms/assemblies of repository.
Method name | Brief description | |
GetRuntime | The GetRuntime method returns the Fore code execution environment context. |
See also: