COM Interop

COM Interop is a technology included in the .NET Framework Common Language Runtime (CLR) that enables Component Object Model (COM) objects to interact with .NET objects, and vice versa.[1][2][3]

COM Interop aims to provide access to the existing COM components without requiring that the original component be modified. It tries to make the .NET types equivalent to the COM types. In addition, COM Interop allows COM developers to access managed objects as easily as they access other COM objects.

  1. ^ Kaplan, J.; Dunn, R. (2006). The .NET Developer's Guide to Directory Services Programming. Microsoft Windows Development Series. Pearson Education. p. 217. ISBN 978-0-13-270146-4. Retrieved 2025-03-05.
  2. ^ Gordon, A. (2003). The .NET and COM Interoperability Handbook. Integrated .NET series from Object Innovations and Prentice Hall PTR. Prentice Hall PTR. p. 286. ISBN 978-0-13-046130-8. Retrieved 2025-03-05.
  3. ^ Troelsen, A. (2010). Pro C# 2010 and the .NET 4 Platform. Books for professionals by professionals. Apress. p. 717. ISBN 978-1-4302-2550-8. Retrieved 2025-03-05.

From Wikipedia, the free encyclopedia · View on Wikipedia

Developed by Nelliwinne