Answers

Question and Answer:

  Home  C# (Sharp) Programming Language

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

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.

 174 views

More Questions for you: