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?
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 byBin-ze ZhaoMonday, January 18, 2010 6:44 AM