I am working on a project. In that C++ code is referencing to a Class Library which is written in C#. I want to pass Object of C++ Classes to C# Class library. So Is this possible, If yes please let me know how ?? otherwise I will have to pass around 100 arguments to C# Class Library.
Regards, Vivek