摘要: [DllImport("kernel32.dll")] private static extern void CopyMemory(IntPtr Destination, IntPtr Source, int Length); 原来一直用CopyMemory,.Net5.0说找不到入口点了 [Dll 阅读全文