Hello,

I have a DLL written in C++ that export a class.
I want import the class in my C# project.
How?

Thanks.