Hi,
I have a C++ CLR class method that takes System::Byte *b as parameter argument. I want the CSharp caller pass a byte * to this function.
But in the CSharp prorgram, I only managed to create a byte array (byte[]).
Can anyone tell me how to convert byte array to byte pointer in CSharp?
Please show me an simple example about how to do it.
Thank you for your help
Edit/Delete Message
I have a C++ CLR class method that takes System::Byte *b as parameter argument. I want the CSharp caller pass a byte * to this function.
But in the CSharp prorgram, I only managed to create a byte array (byte[]).
Can anyone tell me how to convert byte array to byte pointer in CSharp?
Please show me an simple example about how to do it.
Thank you for your help
Edit/Delete Message
Comment