Looking for a way to build up a catalog of IronPython or IronRuby Types. As the moment im using IronPythonMef but that only supports adding the exported ironpython types by directly composing those instances into the container, where as what Im looking for is a way to write some kind of custom directory catalog for other .net language types that can run on the DLR, so I was thinking i could get the Types involved in a python script file that need exporting...and then add these types somehow to a DLRTypeCatalog but not sure if this is doable.
any suggestions?
any suggestions?