> -----Original Message-----
> From: users-boun...@lists.ironpython.com 
> [mailto:users-boun...@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

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

Reply via email to