Changes

HowTo:Create UBIK Module

82 bytes added, 20 August
/* Interface: IUbikModule */
The module must implement the <code>UBIK.Injection.IUbikModule</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.IUbikModuleIUbikPlugin))]
public class TestModule : UBIK.Injection.IUbikModule
{
// Interface implementation...
}
</source>
 
[[Category:Injecting|Create UBIK Module]]
=== Interface: IUbikInjectionMetaData ===
1,587
edits