What are regsvr32, regasm and gacutil using for?

Regasm.exe is used to create COM Callable Wrapper (CCW) around .NET assemblies. 
So to register an unmanaged DLL you can use regsvr32.exe.
Gacutil tool allows you to view and manipulate the contents of GAC( globlal assembly cache).

所以简单来说:

  • 如果要注册.NET的托管程序集(managed assemblies)DLL文件到windows操作系统,就用Gacutil
  • 如果要注册类似WIN32的非托管程序集(unmanaged assemblies)DLL文件到windows操作系统,就用regsvr32

原文链接

最新文章

  1. 基于WCF MSMQ 的企业应用解决方案
  2. iOS多线程之1.从Thread看多线程的生命周期
  3. Android:Toast
  4. PHPer书单
  5. [No00001B]到底如何培养语感?
  6. The web application [/codeMarket] registered the JBDC driver[.........] but failed to unregister it when the web application was stopped. To prevent
  7. css 串联选择器和后代选择器
  8. 从今天开始每天刷一题,并写在这里 分类: ACM 2015-06-16 23:52 14人阅读 评论(0) 收藏
  9. WPF 多语言 多资源 多皮肤 处理方案
  10. 《RPM源码包的制作》RHEL6
  11. Actions 动作集
  12. iOS之FMDB 转载
  13. OpenJudge / Poj 2141 Message Decowding
  14. relative与absolute相结合
  15. php mvc 框架演示
  16. 【OC加强】辛格尔顿和[NSFileManager defaultMagager]以及其他设计模式
  17. UVa 816 Abbott的复仇(BFS)
  18. 2018-2019-2 20165221『网络对抗技术』Exp4:恶意代码分析
  19. Jvm垃圾回收器(算法篇)
  20. localstorage是什么,它有哪些作用

热门文章

  1. mycat原理及分表分库入门
  2. DotNet Core管道通信
  3. Shel脚本-初步入门之《04》
  4. super与this用法
  5. 如果使用jsp文件,需要在配置文件中配置resources项,才能让idea识别这个jsp文件
  6. windows自动化测试环境搭建文档
  7. 201871010106-丁宣元 《面向对象程序设计(java)》第十六周学习总结
  8. 循环控制语句if 、for、case、while
  9. 怎么删除STL容器的元素
  10. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jpaMappingContext之解决办法