作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我使用windbg时 !do 查看地址,它输出:
0:000> !do 01ef30f4
Name: System.Collections.Generic.List`1[[System.Byte[], mscorlib]]
MethodTable: 0021285c
EEClass: 6313a530
Size: 24(0x18) bytes
File: C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll
Fields:
MT Field Offset Type VT Attr Value Name
633b70a0 4000ca6 4 System.Object[] 0 instance 01eed1b8 _items
63402df0 4000ca7 c System.Int32 1 instance 0 _size
63402df0 4000ca8 10 System.Int32 1 instance 0 _version
633ffa60 4000ca9 8 System.Object 0 instance 00000000 _syncRoot
633b70a0 4000caa 0 System.Object[] 0 shared static _emptyArray
**Domain:Value dynamic statics NYI 002a8428:NotInit**
最佳答案
对于静态字段,!do
在您拥有的每个 AppDomain 中显示静态字段的值。第一个值,002a8428
, 是 AppDomain 地址,第二个值是该 AppDomain 中静态字段的值。
关于windbg - !dumpobj in windbg,Domain :Value dynamic statics NYI 002a8428:NotInit mean? 是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12509804/
当我使用windbg时 !do 查看地址,它输出: 0:000> !do 01ef30f4 Name: System.Collections.Generic.List`1[[System
我是一名优秀的程序员,十分优秀!