Jump to: navigation, search

Changes


HowTo:Create UBIK Plugin

No change in size, 11:48, 19 March 2015
/* Interface: UBIK.Injection.IUbikPlugin */
{{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 '''UBIK.Injection.IUbikPlugin''' interface and has to be registered for MEF composition by defining the export contract via an attribute.
<source lang="csharp">
[Export(typeof(UBIK.Injection.IUbikPlugin))]
10,686
edits