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.

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to