Component Object Model (COM) Interoperability

The .NET framework takes all the stress and strain out of the Component Object Model (COM). To systems accessing your .NET-based objects remotely, the objects look just like COM objects. Similarly, COM objects can be manipulated by .NET classes and objects without having to worry about marshaling. The CLR does it all for you behind the scenes.

Get C# and the .NET Framework: The C++ Perspective now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.