In an MFC project I want to add a wrapper class for an external COM object so I use "Add class from type library" and it generates an MFC class based on COleDispatchDriver. How do I do the equivalent in C++/CLR code so that I can access the methods and properties of this external object?