摘要: int a = 3; GCHandle handle = GCHandle.Alloc(a); var pin = GCHandle.ToIntPtr(handle); Console.WriteLine(pin); 阅读全文
posted @ 2017-02-24 10:15 邯郸小飞哥 阅读(1378) 评论(0) 推荐(0)