I'm inspecting .NET object internals using WinDBG and SOS. I have a class with 3 methods. When I dump the method table using !dumpmt -md [address]
command I get a description of 8 methods.
When I dump memory using dd [address]
command I can't find 3 methods (see image - pink box). Also value 0x0003 (in a red circle) seams strange because it should represent the total number of methods (including virtual) but it represent only number of non-virtual methods. And what does the value in black box stand for?