Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Quick post on how to dump out GUID value from the memory dump
Fields:
MT Field Offset Type VT Attr Value Name
03984864 40017b1 4 System.Guid 1 instance 10347bdc _MyGuidid
03984864 40017b2 14 System.Guid 1 instance 10347bec _typeID
0bb10dc0 40017b3 dc4 ...k.Persistence.OID 0 static 10121110 Empty
0:000> dt GUID 10347bdc
mscorwks!GUID
{50d3a77c-4f7f-40b6-8cdb-6c270736928a}
Enjoy!