[IronPython] Crash with Action and reflection question

Cenovsky, Lukas lukas.cenovsky at radiantsystems.com
Thu Apr 30 17:01:51 CEST 2009


> -----Original Message-----
> From: users-bounces at lists.ironpython.com 
> [mailto:users-bounces at lists.ironpython.com] On Behalf Of Curt 
> Hagenlocher
> Sent: Thursday, April 30, 2009 3:19 PM
> To: Discussion of IronPython
> Subject: Re: [IronPython] Crash with Action and reflection question
> 
> > Another way would be to get the MethodInfo. For an 
> arbitrary .NET type from
> > inside IronPython how do I get a System.Type instance 
> representing the type?
> 
> You mean like this?
> from System.Collections.Generic import List
> runtimeType = clr.GetClrType(List)

Cool - I need it too :-)

--
-- Lukas




More information about the Ironpython-users mailing list