<div>Is there a straightforward and reliable way from within IronPython to tell if a particular object is a &quot;CLR object&#39; or a &quot;DLR object&quot;? &nbsp;I can make a guess for just IronPython by saying</div>
<div>&nbsp;</div>
<div><font face="courier new,monospace">isPythonObject = clr.GetClrType(type(obj)).FullName.startswith(&#39;IronPython&#39;)</font></div>
<div>&nbsp;</div>
<div>but this is both ugly and unreliable.</div>
<div>&nbsp;</div>
<div>--</div>
<div>Curt Hagenlocher</div>
<div><a href="mailto:curt@hagenlocher.org">curt@hagenlocher.org</a></div>