开发者

Finding XPCOM Contract IDs: components.Classes["THISPART"]

开发者 https://www.devze.com 2022-12-13 05:11 出处:网络
When you need to create or access well-known objects 开发者_开发百科in XPCOM, where do you find their contract IDs?You also should look at the Mozilla code through http://mxr.mozilla.org to understand

When you need to create or access well-known objects 开发者_开发百科in XPCOM, where do you find their contract IDs?


You also should look at the Mozilla code through http://mxr.mozilla.org to understand how people use interfaces and functions your want to use.


It really depends on the object you are looking for. Generally, the documentation will tell you what the contract ID is. If there's a specific contract ID you are looking for, that'd be an easier to answer question.

0

精彩评论

暂无评论...
验证码 换一张
取 消