Re: How to see all the methods of a NPAPI plugin?
Martin Husemann <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Message-ID | <[email protected]> |
Am 12.12.2011 05:24, schrieb Xiexin: > In the IE OCX, we can use the OLEViewer to do this, does here has a tool > likes this for the NPAPI plugin ? No, and actually nothing prevents the plugin from changing the available methods/properties depending on content of loaded streams (or whatever it wants). There is no static binding like the typelibrary for OCX. Martin