Jump to: navigation, search

Changes


HowTo:Create UBIK Plugin

24 bytes added, 10:39, 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 ==Your The plugin must implement the Ubik Plugin Interface'''IUbikPlugin''' interface.To register your Additionally, the plugin has to be registered for MEF composition by defining the export contract via an Attributethe attributes
<source lang="csharp">
 
[Export(typeof(UBIK.Injection.IUbikPlugin))]
public class myPlugIn : UBIK.Injection.IUbikPlugin
{
}
 
</source>
 
 
== MetaData ==
10,686
edits