IForeNETAssemblyClass.Runtime

Syntax

Runtime: IForeNETRuntime;

Description

The Runtime property returns the context of the application currently running.

Comments

This property returns a context of the current running Foresight Analytics Platform application. All further work with various .NET objects is performed within the given context.

Application context, implemented by the IForeNETRuntime interface, enables the user to get access to .NET assemblies of platform, and to assemblies, registered in GAC.

See also:

IForeNETAssemblyClass