Difference between revisions of "HowTo:Create UBIK Plugin"
(→Interface: IUbikInjectionMetaData) |
|||
| Line 1: | Line 1: | ||
{{UBIK}} Plugins are dynamically loaded into the {{UBIK}} Kernel using the [https://msdn.microsoft.com/de-de/library/dd460648%28v=vs.110%29.aspx Microsoft Extensibility Framework (MEF)]. | {{UBIK}} Plugins are dynamically loaded into the {{UBIK}} Kernel using the [https://msdn.microsoft.com/de-de/library/dd460648%28v=vs.110%29.aspx Microsoft Extensibility Framework (MEF)]. | ||
| − | + | = Introduction = | |
== Basic Prerequisites == | == Basic Prerequisites == | ||
If you want to create a plugin which can be loaded into {{UBIK}} you have to include references to | If you want to create a plugin which can be loaded into {{UBIK}} you have to include references to | ||
| Line 66: | Line 66: | ||
| − | Example | + | = Example = |
<source lang="csharp"> | <source lang="csharp"> | ||
Revision as of 10:50, 19 March 2015
UBIK® Plugins are dynamically loaded into the UBIK® Kernel using the Microsoft Extensibility Framework (MEF).
