[IronPython] Re: typeof equivalent?

2005-08-08 Thread Greg Chapman
get hold of the RuntimeType for the full range of reflection. Anyway, thanks for your suggestion. --- Greg Chapman ___ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

[IronPython] typeof equivalent?

2005-08-07 Thread Greg Chapman
ole of typeof in the above (that is, that would give me the RuntimeType corresponding to the python representation of a CLR type)? If not, I think it would be useful to add this capability in some form. --- Greg Chapman ___ users-ironpython.co