C# 打印Windbg中所有数据表的所有tableName

C# 打印Windbg中所有数据表的所有tableName,c#,debugging,windbg,C#,Debugging,Windbg,我正在使用Windbg调试ASP.NET web应用程序 我按照此过程打印表名: !dumpheap -type System.Data.DataTable !do 6bd27818 (DataTable MT) as !ds .printf "%mu \n", c+ !ds 0bb93b44 (TableName) 我还是windbg的新手,有没有列出所有datatable表名的脚本? 谢谢多亏了 38来自以下方面: !!数据表地址 65675184 40007b2 34 .

我正在使用Windbg调试ASP.NET web应用程序

我按照此过程打印表名:

!dumpheap -type System.Data.DataTable
!do 6bd27818 (DataTable MT)
as !ds .printf "%mu \n", c+
!ds 0bb93b44  (TableName)
我还是windbg的新手,有没有列出所有datatable表名的脚本? 谢谢

多亏了

38来自以下方面:

!!数据表地址

65675184  40007b2       34 ...ropertyCollection  0 instance 00000000 extendedProperties
0daf0b24  40007b3       **38**        System.String  0 instance 6bbd8de4 tableName
65675184  40007b2       34 ...ropertyCollection  0 instance 00000000 extendedProperties
0daf0b24  40007b3       **38**        System.String  0 instance 6bbd8de4 tableName