JogoShugh / IronPythonMef

Import and Export types to and from IronPython for use with MEF -- the Managed Extensibility Framework for .NET
11 stars 5 forks source link

Added types to inject into IronPythonFile #2

Closed brunomlopes closed 8 years ago

brunomlopes commented 11 years ago

Since the injected types no longer live in these classes, an IronPythonFile class needs to receive the types to inject.

This doesn't feel clean, so I'm open to suggestions