home products site map about
Elicia  
   
   
 
 

Elicia Component Model – Overview

Elicia Component Model class library provides a framework for the management of component DLLs of an application. By using Elicia, the main program of the application will hold a Master Component manager object. This Master Component manager object will load and manage all the components used by the application. By this, all component DLLs used by the application can obtain the interfaces of other component DLLs in a very simple and easy way.

By using Elicia, programmers only need to specify which object and which interface in each component DLL will expose in order to create a component DLL. And then, programmers need to specify which component’s interface to be used within the component DLL. Elicia helps you to do all the things of loading the DLL and obtaining the interfaces.

For more information, please follow the links: