The IForeNETSerializerLoader interface contains properties and methods used to load .NET objects.
| Property name | Brief description | |
| Assembly | The Assembly property determines repository .NET assembly, where the loaded .NET unit/.NET form is saved. | |
| CreateInfo | The CreateInfo property returns information about loaded .NET object. | |
| Metabase | The Metabase property determines the repository, within which .NET objects are loaded. |
| Method name | Brief description | |
| LoadAssembly | The LoadAssembly method loads and saves the .NET assembly to the repository. | |
| LoadForm | The LoadForm method loads and saves the .NET form to the repository. | |
| LoadModule | The LoadModule method loads and saves the .NET unit to the repository. |
See also: