Is there a straightforward and reliable way from within IronPython to tell if a particular object is a "CLR object' or a "DLR object"? I can make a guess for just IronPython by saying
isPythonObject = clr.GetClrType(type(obj)).FullName.startswith('IronPython')
but this is both ugly and unreliable.
--
Curt Hagenlocher
[EMAIL PROTECTED]
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
