Example #1
0
 public static void Copy(IntPtr source, byte[] destination, int startIndex, int length)
 {
     InteropExtensions.CopyToManaged(source, destination, startIndex, length);
 }