Turning Your .NET Object Model Dynamic for IronPython

When you use .NET classes in IronPython you can't add new methods or attributes to them. However you can provide methods on C# objects so that IronPython knows how to make them 'more Pythonic'. Srivatsn explains the magic:

Comments

Popular posts from this blog

IronPython Tools for Visual Studio CTP3

An IronPython on Silverlight Collection

Ironclad 0.8 Released: Python C Extensions from IronPython