I take it that: from System import Type from System import DateTime Type.GetType(DateTime).GetProperties() Isn't what you're looking for? It is, admittedly, not what *I* would expect for the DateTime type. Perhaps DateTime.__dict__ ? ----- Keith J. Farmer [EMAIL PROTECTED]
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Chapman Is there something in IronPython that could play the role 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. _______________________________________________ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com