What are regsvr32, regasm and gacutil using for?(转载)

What are regsvr32, regasm and gacutil using for?windows

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).app

 

因此简单来讲:spa

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

 

原文连接操作系统

相关文章
相关标签/搜索