从 .NET 程序集获取 ProgID
我想编写一个程序来查找 .NET 程序集中所有 com 可见的 .NET 类及其 ProgID。 最好的方法是什么?
I want to write a program to find all the com visible .NET classes, and their ProgIDs from a .NET assembly. What's the best way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这将获取 ProgId 而不是 ClassId,并且如果整个程序集标记为可见,也可以工作:
This will get the ProgId rather than the ClassId, and also work if the whole assembly is marked visible: