Difference between revisions of "HowTo:Create UBIK Module"
Line 113: | Line 113: | ||
{| class="wikitable" | width = "100%" | {| class="wikitable" | width = "100%" | ||
|- | |- | ||
− | ! Name | + | ! Name !! Description |
|- | |- | ||
− | | SystemDefinitionsProvider | + | | SystemDefinitionsProvider || The instance of the SystemDefinitions for the respective module is provided. |
|- | |- | ||
− | | Initialize | + | | Initialize || Initializes the module. |
|- | |- | ||
− | | Initialized | + | | Initialized || Returns true when the plugin is initialized |
|- | |- | ||
− | | Terminate | + | | Terminate || Terminates the UBIKEnvironment if it has been initialized. |
|- | |- | ||
− | | DependencyModules | + | | DependencyModules || Returns the module information for which it has a dependency. |
|- | |- | ||
|} | |} |
Revision as of 14:48, 7 October 2024
UBIK® Modules are loaded dynamically into the UBIK® Kernel by the UBIK® Injection Management based on the Microsoft Extensibility Framework (MEF).