C# (Sharp) Programming Language Question:
Download Questions PDF

How do I register my code for use by classic COM clients?

Answer:

Use the regasm.exe utility to generate a type library (if needed) and the necessary entries in the Windows Registry to make a class available to classic COM clients. Once a class is registered in the Windows Registry with regasm.exe, a COM client can use the class as though it were a COM class.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
What is the implicit name of the parameter that gets passed into the class set method?How do I do implement a trace and assert?