Changes
== Basic Prerequisites ==
If you want to create a Plugin plugin which can be loaded in into {{UBIK }} you have to refer include references to System.ComponentModel.Composition. UBIK Injection Managemnt 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. You have to refer to this library as well. === References: ===
* 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 ==