Module Catalog

ModuleCatalog in Silverlight

The function of this component is to know everything about the modules that are used by the Application. It is a collection of Modules that contains all the information about the modules, like name, type, location and more. There are several ways to populate this catalog, but in the end, you will have all the information to load and create any module into the Application from this component.

Discover modules in Application. Take it from Silverlight Documentation

To learn more about the module Catalog in PRISM please visit https://prismlibrary.com/docs/modules.html#module-catalog

ModuleCatalog in Typescript

A class has been created to mimic the functionality from Silverlight. Our implementation contains a list of ModuleInfo to save the module information. The AddModule method contains some parameter overloading to support moduleInfo, RuntimeInfo and InitializationMode.

Last updated

Was this helpful?