[Ironpython-users] clrtype.py duplicate type name within an assembly

Jeff Hardy jdhardy at gmail.com
Thu Nov 1 22:47:23 CET 2012


On Wed, Oct 31, 2012 at 6:09 PM, Jared Whitby <jwhitby at gmail.com> wrote:
> Which set of DLR APIs can you use to query the objects? I know about
> the python inspect module, is there something similar in the DLR api?

The ObjectOperations, exposed via ScriptEngine.Operations. You can do
things like engine.Operations.GetMember(obj, "foo") to work with DLR
objects.

- Jeff


More information about the Ironpython-users mailing list