IForeAssemblyBinary.IsLoaded

Syntax

IsLoaded: Boolean;

IsLoaded: Boolean;

Description

The IsLoaded property returns whether assembly is loaded to the execution environment.

Comments

The property returns True, if the assembly is loaded to the execution environment and False, if it is not loaded.

Fore and Fore.NET Examples

The example of use is given in description of the IForeRuntime.LoadAssembly method.

See also:

IForeAssemblyBinary