How to convert array to char* in C++ CLR?

后端 未结 2 1606
暗喜
暗喜 2021-02-06 03:05

In my project, I pass a byte[] from C# to C++ CLR function.

C++ CLR code:

void TestByteArray(array^ byteArray)
{
    ...
}
         


        
2条回答
提交回复
热议问题