Learn how Managed C++ code can wrap Unmanaged C++ class libraries so they can be used from .NET clients written in C# or VB.NET.
Consuming Unmanaged C++ Class Libraries from .NET Clients
Published 04/01/2004
Learn how Managed C++ code can wrap Unmanaged C++ class libraries so they can be used from .NET clients written in C# or VB.NET.
How to expose a .NET class library, including methods, properties, and events to a VB6 client.