Ejemplo n.º 1
0
 public static void Copy(byte[] array, int startIndex, IntPtr destination, int length)
 {
     PInvokeMarshal.CopyToNative(array, startIndex, destination, length);
 }