首页 新闻 会员 周边
1
回答数

回答被采纳 5 c# 通过指针获取对象报错

int handler = 12345; IntPtr ptr = new IntPtr(handler); Object obj = Pointer.Box(ptr, t); 最后一行的ptr参数提