On Jan 30, 2008 3:31 PM, Dino Viehland <[EMAIL PROTECTED]> wrote: > > If by "DLR object" you mean an object which has dynamic behavior beyond just > it's type you can check to see if it implements IDynamicObject. But there > really isn't anything considered to be a "DLR object".
Yes. I wasn't very happy with the categorization, but couldn't think of a better way to express what I meant. Your answer was exactly what I wanted: clr.GetClrType(Microsoft.Scripting.IDynamicObject).IsAssignableFrom(type(obj)) -- Curt Hagenlocher [EMAIL PROTECTED] _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
