Where you once used Regsvr32 on unmanaged COM libraries, you will now use Regasm on managed .NET libraries.
“Regsvr32 is the command-line tool that registers .dll files as command components in the registry“
If you want to register an assembly programmatically, see the RegistrationServices class and ComRegisterFunctionAttribute