Also ExtensionType is actually called ExtensionTypeAttribute (C# lets you drop the Attribute suffix when using an attribute). But the type moved from Microsoft.Scripting.dll into Microsoft.Dynamic.dll when we were isolating the hosting APIs. So if you'd prefer to use the old way you still can.
-----Original Message----- From: ironpython-users-bounces+dinov=microsoft....@python.org [mailto:ironpython-users-bounces+dinov=microsoft....@python.org] On Behalf Of Jeff Hardy Sent: Monday, January 09, 2012 3:25 PM To: 刘振海 Cc: ironpython-users@python.org Subject: Re: [Ironpython-users] How to use extension type with C# Extension Methods? The way to do it in 2.7 is to use e.g. clr.ImportExtensions(System.Linq). I'm not sure this is documented anywhere. - Jeff On Mon, Jan 9, 2012 at 12:58 AM, 刘振海 <1989l...@gmail.com> wrote: > Hello everyone, > > I follow > the > http://blogs.msdn.com/b/saveenr/archive/2008/11/14/consuming-extension > -methods-in-ironpython.aspx but I did not find the ExtensionType in > Microsoft.Scripting.dll in ironpython fold. > It seems the ExtensionType is missing in the ironpython2.7.1, right? > I have to use the Extension method like > "extension_method(obj,args)",although I am OK with the style of writing. > > Regards, > Liu Zhenhai > > > _______________________________________________ > Ironpython-users mailing list > Ironpython-users@python.org > http://mail.python.org/mailman/listinfo/ironpython-users > _______________________________________________ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users _______________________________________________ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users