Community
Participate
Working Groups
The xdc.runtime.Registry module needs a removeModule function to complement the addModule function. This is needed to support RCM and DLLs. Our use case includes loading code which then registers itself with Registry_addModule() and would then unregister itself with Registry_removeModule() just before it is unloaded.