1
vote
Querying IronPython scripts for interfaces in a hosted environment
You can always get the backing .NET type for a Python Type by calling clr.GetClrType
Python.GetClrModule(engine) returns the clr module and then call the GetClrType method on it passing in …
