将 TLB 文件转换为具有自定义程序集信息的程序集
我正在使用 tlbimp.exe 从 TLB 文件生成程序集。我知道我可以使用“asmversion”命令行开关来设置自定义版本号,但是如何设置其他信息?我想设置“产品名称”和“公司”等字段,但我没有找到执行此操作的方法。可以用 tlbimp 或任何其他工具来完成吗?
I am using tlbimp.exe to generate an assembly from a TLB file. I know that I can use the "asmversion" command line switch to set a custom version number, but how do I set the other information? I would like to set the fields like "Product Name" and "Company", but I don't see a way to do this. Can it be done with tlbimp, or any other tools?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 tlbimp.exe 插入此信息,至少在最新(测试版)版本的 Visual Studio 2010 中是这样。(我不太清楚这些是否是新选项。)
You can use tlbimp.exe to insert this information, at least in the latest (beta) version of Visual Studio 2010. (I can't quite tell if these are new options.)