The tool provided with .Net framework to register assemblies for use by COM is

  1. Regsvr32

  2. Regasm

  3. ILDASM

  4. Regedit


Correct Option: B

AI Explanation

To answer this question, you need to understand the .NET framework and its integration with COM (Component Object Model).

The correct answer is B) Regasm.

Regasm (Registration Assembly) is the tool provided with the .NET framework to register assemblies for use by COM. It is used to register a .NET assembly as a COM component. This allows the .NET assembly to be accessed and used by COM clients.

Option A) Regsvr32 is not the correct answer. Regsvr32 is a tool used to register and unregister DLL files in the Windows operating system, but it is not specifically used for registering .NET assemblies for use by COM.

Option C) ILDASM (IL Disassembler) is a tool used to view the Intermediate Language (IL) code of a .NET assembly, but it is not used for registering assemblies for use by COM.

Option D) Regedit is a Windows registry editor tool. It is not specifically used for registering .NET assemblies for use by COM.

Therefore, the correct answer is B) Regasm.

Find more quizzes: