Changes

HowTo:Create UBIK Plugin

14 bytes added, 11:43, 3 August 2016
=== Interface: IUbikPlugin ===
The plugin must implement the '''<code>UBIK.Injection.IUbikPlugin''' </code> 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))]
=== Interface: IUbikInjectionMetaData ===
Managing plugins correctly presumes the following information, as defined by the interface '''<code>UBIK.Injection.IUbikInjectionMetaData'''</code>.
<source lang="csharp">
10,686
edits