IForeAssemblyBinary.IsLoaded

Syntax

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.

Example

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

See also:

IForeAssemblyBinary