I'm actually using this stuff in a talk next month, so I guess someone has to 
get it working. =P Christian , if you are working on this, by all means 
continue, otherwise when I make progress I'll let you know

~js

On 5/9/08 8:46 AM, "Dino Viehland" <[EMAIL PROTECTED]> wrote:

And ICallable is the same - you can now mark a method w/ SpecialName and call 
it "Call" and it'll be invoked when you're calling the object.  You can even 
have multiple overloads, all strongly typed, etc...

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo
Sent: Friday, May 09, 2008 6:39 AM
To: Discussion of IronPython
Subject: Re: [IronPython] Updating WebServices samples

2008/5/9 Christian Muirhead <[EMAIL PROTECTED]>:
> Is there any chance that someone has updated these to work with the IP2
> architecture? If not, how much work would people expect it to be? The errors
> I saw when I quickly tried to compile the C# were primarily about not being
> able to find the IAttributesInjector and ICallable interfaces - do these
> exist in the same form in the new architecture?

I think IAttributesInjector -- which was hacky, IMO -- has been
replaced by defining GetBoundMember method and marking the method with
SpecialNameAttribute.

Details are here:
http://blogs.msdn.com/srivatsn/archive/2008/04/12/turning-your-net-object-models-dynamic-for-ironpython.aspx

--
Seo Sanghyeon
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to