Jump to: navigation, search

Changes


HowTo:Create UBIK Plugin

94 bytes added, 10:44, 19 March 2015
/* Interface: UBIK.Injection.IUbikPlugin */
== Interface: UBIK.Injection.IUbikPlugin ==
The plugin must implement the '''IUbikPlugin''' interfaceand 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