How is possible to pass a byte array from c++ dll to byte array in c# dll?
Should I use pointers marshaling or there is a dedicated way of marshalling arrays? I've tried using System.IntPtr from .net , but it failds.
Thank you!!
Should I use pointers marshaling or there is a dedicated way of marshalling arrays? I've tried using System.IntPtr from .net , but it failds.
Thank you!!
Comment