tyranid / oleviewdotnet

A .net OLE/COM viewer and inspector to merge functionality of OleView and Test Container
GNU General Public License v3.0
1.1k stars 182 forks source link

How can I know the Methods/Properties of the returned object? #43

Open Joey1986 opened 1 year ago

Joey1986 commented 1 year ago

Thanks for your ole view tool!

I have a question. In ProgIDs tab, I find the InternetExplorer.Application , right-click it and View TypeLibrary, now in the Microsoft Internet Controls tab, then click the IWebBrowser interface, in the right pane, there're Methods/Properties, but sometimes returned object, like object Document { get; } in the image.

How can I know the Methods/Properties of the returned Document object?

I'm a rookie and sincerely looking forward to your reply.

image