查找 XPCOM 合约 ID:components.Classes[“THISPART”]
当您需要在 XPCOM 中创建或访问众所周知的对象时,您在哪里可以找到它们的合约 ID?
When you need to create or access well-known objects in XPCOM, where do you find their contract IDs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您还应该通过 http://mxr.mozilla.org 查看 Mozilla 代码,以了解人们如何使用界面以及您想要使用的功能。
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.
这实际上取决于您正在寻找的对象。一般来说,文档会告诉您合约 ID 是什么。如果您正在寻找特定的合同 ID,那么这个问题就更容易回答。
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.