If you want to create a plugin which can be loaded into UBIK® you have to include references to
System.ComponentModel.Composition
UBIK.Injection
UBIK® Injection Management provides access to all the basic features used by the Kernel to identifiy and categorize the available plugins. This management is provided by a library called UBIK.Injection.
Interface: UBIK.Injection.IUbikPlugin
The plugin must implement the IUbikPlugin interface and has to be registered for MEF composition by defining the export contract via an attribute.