Regasm is an Assembly Registration tool that reads the metadata within an assembly and adds the necessary entries to the registry, which allows COM clients to create .NET Framework classes transparently.
I have a C++ project that calls RegAsm in the pre-build event for a couple of assemblies. The pre-build event …
.net msbuild regasm