会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
To be simple
Everything should be made as simple as possible, but no simpler.
管理
2009年9月2日
怎样用windbg查看Hashtable
摘要: How to view hashtable using Windbg: 由于hashtable结构比较复杂,但又比较常用,所以这次记录一下用windbg去view hashtable的过程。 先看一下我的测试代码:class Program{ static void Main(string[] args) { Hashtable _hash = new Hashtable(); _hash.Add...
阅读全文
posted @ 2009-09-02 11:23 彷徨......
阅读(546)
评论(0)
推荐(0)
编辑