Difference between revisions of "HowTo:Create UBIK Plugin"
m |
m |
||
Line 3: | Line 3: | ||
= Introduction = | = Introduction = | ||
=== Basic Prerequisites === | === Basic Prerequisites === | ||
− | Creating | + | Creating an own plugin requires to add references to |
* System.ComponentModel.Composition | * System.ComponentModel.Composition | ||
* UBIK.Injection | * UBIK.Injection | ||
+ | |||
{{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'''. | {{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'''. |
Revision as of 11:43, 3 August 2016
UBIK® Plugins are loaded dynamically into the UBIK® Kernel by the UBIK® Injection Management based on the Microsoft Extensibility Framework (MEF).