Say I want to know more about a class
mshtml.htmlinputelement for example.
Say I want to know.
What is his parent classes?
What interface the class implement?
How do I do so through object browser?
Printable View
Say I want to know more about a class
mshtml.htmlinputelement for example.
Say I want to know.
What is his parent classes?
What interface the class implement?
How do I do so through object browser?
Try downloading a free utility called reflector and open up the dll in that. It will give you interface implementations and base class info. I don't believe the object browser supports such features.