locked
Interrogating objects passed from COM RRS feed

  • Question

  • Hi,
    I'm just beginning work on an assembly which amongst other things will perform some operations on objects passed from COM. I've created a stub assembly to receive these objects to see what they look like in the debugger. However, because they're passed as "Object" I am not able to see any of their methods or properties.

    Can someone advise me on how I can get a view of the methods and properties of these objects so that I can better understand what I'm dealing with?


    Regards,
    Dave
    Thursday, January 14, 2010 1:23 AM

Answers

  • Add a reference to the dll, right click on the reference in the solution explorer, select "show in object explorer".
    You can then see all the objects and their methods and properties.

    • Marked as answer by Bin-ze Zhao Monday, January 18, 2010 6:44 AM
    Thursday, January 14, 2010 1:38 PM