Re: [Ironpython-users] FW: CreateMethod() replacement

2011-07-25 Thread Jimmy Schementi
I don't have a good answer for you other than to look at what CreateMethod did in the old codebase. The complexity is you need to create a delegate based on the type you passed in as TDelegate, as well as the string args. Without figuring out where in the IronPython compiler you can get back a Dyna

[Ironpython-users] FW: CreateMethod() replacement

2011-06-22 Thread Andrew Harrison
I have recently taken over a c# project that uses IronPython 1.1. I am looking to update the IronPython implementation to 2.7 but having some issues as the api has changed dramatically. The big issue I am having at the moment is finding a replacement for the createMethod() function. The