摘要:
源程序如下:using System; using System.Text; using System.Runtime.InteropServices;namespace Advanced.NET.Debugging.Chapter5 { class Pinning { static void Main(string[] args) { Pinning p = new Pinning(); p.Run(); } public void Run() { SByte[] b1 = null; SByte[] b2 = null; SByte[] b3 = null; Con 阅读全文
posted @ 2011-01-06 22:58
李志鹏
阅读(233)
评论(0)
推荐(0)
浙公网安备 33010602011771号