Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ironpython

How To Reference An Assembly Which Is Built Against Version 'v2.0.xxx' Of The Runtime In Ironpython 2.7?

I am trying to create wrapper for an assembly (thirdPartyDLL) which was built against version '… Read more How To Reference An Assembly Which Is Built Against Version 'v2.0.xxx' Of The Runtime In Ironpython 2.7?

Calling C# Object From Ironpython

I have the following C# code to compile it into MyMath.dll assembly. namespace MyMath { public … Read more Calling C# Object From Ironpython

GUI Development With IronPython And Visual Studio 2010

I'm teaching an introductory class to programming and GUI development using Python, and have fo… Read more GUI Development With IronPython And Visual Studio 2010