You might find Dynamic / DynamicObject to be more useful for doing simple method-missing style calls. IDynamicObject gives you a lot of power you might not need - but then again you can do some pretty cool things with it too.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dody Gunawinata Sent: Monday, October 27, 2008 3:13 PM To: Discussion of IronPython Subject: Re: [IronPython] Announcing IronPython 2.0 VS10 CTP Although it looks like IDynamicObject looks like C# equivalent of method_missing. Now that's something to celebrate. On Tue, Oct 28, 2008 at 12:02 AM, Dody Gunawinata <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: Is it me or is C# 4.0 feature list so far is underwhelming? (I know, it's a wrong list) On Mon, Oct 27, 2008 at 6:33 PM, Srivatsn Narayanan <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: Hello IronPython Community, This is a special release of IronPython designed to work with the Visual Studio 2010 CTP<https://connect.microsoft.com/VisualStudio/content/content.aspx?ContentID=9790>. This release will let you try out C# 4.0's new Dynamic feature, which allows you to easily call into dynamic object models such as IronPython modules from your C# code. To get started using IronPython with C#'s Dynamic feature: 1. Install this .MSI<http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=18448> on your Visual Studio 2010 CTP Virtual PC image, either by enabling network access or sharing a host folder in Virtual PC's settings. 2. In Visual Studio 2010, click the CTP Walkthroughs link on the Start Page and browse to the Visual Studio walkthroughs. Follow along with the Dynamic Programming in C# walkthrough. This release is not related to the recently released IronPython 2.0 RC1. In fact, this is based on source code from the beta4 timeframe. Also note that this release will only work with the VS10 CTP and not against any other version of .NET. You can download the release here - http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=18448 The IronPython Team _______________________________________________ Users mailing list Users@lists.ironpython.com<mailto:Users@lists.ironpython.com> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com -- nomadlife.org<http://nomadlife.org> -- nomadlife.org<http://nomadlife.org>
_______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com