I have comm+ object built in vb6 dll, what i am trying to do it read comm+ proxy object built in vb6 to map in c# class object (Getting system._ComObject
)
I have added vb6 dll to reference here, vb6 dll is COM registered, i am able to access property with object.property name but i am not able to cast or clone /Map object .
I am getting system._ComObject as value, I have many interface , i am able to map by creating class but for many interface its getting difficult to create class in c# app from vb6 interface for mapping
If there is any alternate way i can get direct access to those it would be better , some how i can see values of objects rather than system._Comobject
Ideally I would like to use deepclone without reflection for comm+ proxy vb6 object ?