摘要: 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) 编辑