The Assembly Registration tool reads the metadata within an assembly and adds the necessary entries to the registry, which allows COM clients to create .NET Framework classes transparently. Once a class is registered, any COM client can use it as though the class were a COM class..
Incorrect Answers:
Option A:
The Strong Name tool helps sign assemblies with strong names.
Option B:
The Type Library Importer, tlbimp.exe, converts the type definitions found within a COM type library into equivalent definitions in a common language runtime assembly. It would not be useful in this scenario however.
Option D:
This would not allow the COM application to use the class.
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.