Re: [IronPython] IronPython 1.1.2 and overloaded or generic methods

2008-11-11 Thread Dino Viehland
ocs or you could open the assembly with reflector. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Galyon Sent: Tuesday, November 11, 2008 5:43 PM To: [email protected] Subject: [IronPython] IronPython 1.1.2 and overloaded or generic methods Howd

[IronPython] IronPython 1.1.2 and overloaded or generic methods

2008-11-11 Thread Jason Galyon
Howdy, I am new to IronPython with absolutely no knowledge yet of .NET/CLR. I am trying to use IronPython with a new API from a particular system where the methods are overloaded as you can see below from the interactive prompt. How do I call a particular method with the signature I want? Seco