IForeSerializer.CreateLoaderFromFile

Syntax

CreateLoaderFromFile(FileName: String; Metabase: IMetabase): IForeSerializerLoader;

Parameters

FileName is a file from which the loading of the development environment object is performed.

Metabase is a repository, in which the loaded object is saved.

Description

The CreateLoaderFromFile method creates an object used to load the development environment objects from the files.

Example

The method use is given in the example for the LoadAssembly method.

See also:

IForeSerializer