Re: [IronPython] Getting function argument names from hosting

2009-07-26 Thread Dino Viehland
a, b, c)')) > > > > > >> -Original Message- > >> From: users-boun...@lists.ironpython.com [mailto:users- > >> boun...@lists.ironpython.com] On Behalf Of Jeff Hardy > >> Sent: Friday, July 24, 2009 5:02 PM > >> To: Discussion of Ir

Re: [IronPython] Getting function argument names from hosting

2009-07-26 Thread Jeff Hardy
t;>> >>> >>>> >>>> -Original Message----- >>>> From: users-boun...@lists.ironpython.com [mailto:users- >>>> boun...@lists.ironpython.com] On Behalf Of Jeff Hardy >>>> Sent: Friday, July 24, 2009 5:02 PM >>>>

Re: [IronPython] Getting function argument names from hosting

2009-07-26 Thread Michael Foord
.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Jeff Hardy Sent: Friday, July 24, 2009 5:02 PM To: Discussion of IronPython Subject: [IronPython] Getting function argument names from hosting Hi all, >From the hosting side, is there a way to get the names of a funct

Re: [IronPython] Getting function argument names from hosting

2009-07-26 Thread Jeff Hardy
;> boun...@lists.ironpython.com] On Behalf Of Jeff Hardy >> Sent: Friday, July 24, 2009 5:02 PM >> To: Discussion of IronPython >> Subject: [IronPython] Getting function argument names from hosting >> >> Hi all, >> >From the hosting side, is there a way to ge

Re: [IronPython] Getting function argument names from hosting

2009-07-24 Thread Dino Viehland
> From: users-boun...@lists.ironpython.com [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Jeff Hardy > Sent: Friday, July 24, 2009 5:02 PM > To: Discussion of IronPython > Subject: [IronPython] Getting function argument names from hosting > > Hi all, > >From the

[IronPython] Getting function argument names from hosting

2009-07-24 Thread Jeff Hardy
Hi all, >From the hosting side, is there a way to get the names of a function's arguments? The DLR equivalent of MethodInfo.GetParamters(), essentially, is what I'm looking for (or a way to get an actual MethodInfo would be nice as well). - Jeff ___ User