I am calling unmanaged C programming code from C# .Net managed code. But I am unable to pass string array as a parameter to function from .Net Function in C:
dllmain(const int argc, const char *argv[]){}
Please help me, how I can call this function from C Sharp.Net
Thanks.