c#读取内存字符串!!!若已知道内存中的字符串地址为:400000怎么把它读出来,并完整显示。。。。[解决办法]
System.Runtime.InteropServices.Marshal.PtrToStringAuto(ptr);[解决办法]