IsLoaded: Boolean;
IsLoaded: Boolean;
The IsLoaded property returns whether assembly is loaded to the execution environment.
The property returns True, if the assembly is loaded to the execution environment and False, if it is not loaded.
The example of use is given in description of the IForeRuntime.LoadAssembly method.
See also: