It would be nice to have some method that returns the names of the attached modules.
Something like:
//Get the names of the attached modules from current solution (as strings in array)
var array = application.getModuleNames();
This would be great for:
- calculating license codes
- check if the module is availabe
- show module names somewhere