Difference between revisions of "HowTo:Create UBIK Module"
m |
|||
(One intermediate revision by one other user not shown) | |||
Line 106: | Line 106: | ||
{ | { | ||
get; | get; | ||
− | } = new List<ModuleInfo>() | + | } = new List<ModuleInfo>() |
+ | { | ||
+ | new ModuleInfo() | ||
+ | { | ||
+ | ID = Guid.Parse("A4FF45D7-20C7-451A-A58A-1001B5B1EA7B"), | ||
+ | Name = "MRO Plugin" | ||
+ | } | ||
+ | } | ||
} | } | ||
</source> | </source> | ||
Line 131: | Line 138: | ||
== See also == | == See also == | ||
* [[Injection_Management]] | * [[Injection_Management]] | ||
+ | * [[HowTo:Provide_system_definitions_with_a_custom_plugin]] | ||
[[Category:Injecting|Create UBIK Module]] | [[Category:Injecting|Create UBIK Module]] |
Latest revision as of 11:16, 25 November 2024
UBIK® Modules are loaded dynamically into the UBIK® Kernel by the UBIK® Injection Management based on the Microsoft Extensibility Framework (MEF).