CreateLoaderFromFile(FileName: String; Metabase: IMetabase): IForeSerializerLoader;
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.
The CreateLoaderFromFile method creates an object used to load the development environment objects from the files.
The method use is given in the example for the LoadAssembly method.
See also: