I have a library made in C#, and it has a interface of metods of a managed objects like ArrayList, when I try to get it from a COM activated object from VC++ 7, ir always produces 'undefined' results.

Can someone advice:
How to get Managed code objects by Standart VC++, even in managed mode? Thanks.