[IronPython] can't execute method in globals

Ernesto Cullen ecullen at fibertel.com.ar
Wed Jan 6 18:58:43 CET 2010


I will make the types public then.

Thanks a lot!

Ernesto


El 06/01/2010 14:14, Dino Viehland escribió:
> There's no way to do internals visible to w/ dynamic code because we
> need to create the assembly at runtime.  You could use the PrivateBinding
> option but it'll allow access to any members on all types and also
> requires full trust.  I'd suggest just making the type public or alternately
> you could inject delegates to private functions into the scope instead.
>    




More information about the Ironpython-users mailing list