Hello everyone!

I'm not sure this is the right place for this thread but here is my problem:

I need to pass an array of strings from a C++ DLL (wrapper class) to a C# application.

Is there a standard way to do this ? I noticed that Class Marshal, method Copy from C# is implemented only for char arrays ...

Any suggestion is very welcomed!
Thanks!