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