> -----Original Message----- > From: [email protected] > [mailto:[email protected]] 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 [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
