Assembly: Fore;
The IForeSerializerLoader interface contains properties and methods that are used to load development environment assemblies/units/forms.
IForeSerializerLoader
Property name | Brief description | |
CreateInfo | The CreateInfo property returns the information about the loading object. | |
Metabase | The Metabase property determines the repository, within which assemblies/forms/units are loaded from file. |
Method name | Brief description | |
LoadAssembly | The LoadAssembly method loads and saves the assembly into repository. | |
LoadForm | The LoadForm method loads and saves the form into repository. | |
LoadModule | The LoadModule method loads and saves the unit into repository. |
See also: