摘要:
// Initialize unmanged memory to hold the array. int size = Marshal.SizeOf(bytes[0]) * bytes.Length; IntPtr pnt = Marshal.AllocHGlobal(size); try { // Copy the array to unmanaged memory. Marshal.Copy(bytes, 0, pnt, bytes.Length); // Copy the unmanaged array back to another managed array. double[]... 阅读全文
posted @ 2014-02-14 17:06
慧由心生
阅读(9011)
评论(0)
推荐(0)

浙公网安备 33010602011771号