I've never heard of anyone trying to use it before. You might have to
try it out and let us know if you run into difficulty.
- Jeff
On Tue, Dec 18, 2012 at 5:36 AM, Piotr Nestorow
wrote:
> Hi
>
> Is it possible to use Autofac in IronPython scripts?
> More exactly: Is it possible to use Autofac t
Hi
Is it possible to use Autofac in IronPython scripts?
More exactly: Is it possible to use Autofac to find and register component
types in an assembly and then use the components in the Python script?
Example code:
import clr
clr.AddReference('Autofac')
import System
import Autofac
clr.Im