SOS Command: !DumpClass <EEClass address>
The EEClass is a data structure associated with an object type. !DumpClass will show attributes, as well as list the fields of the type. The output is similar to !DumpObj. Although static field values will be displayed, non-static values won’t because you need an instance of an object for that.
You can get an EEClass to look at from !DumpMT, !DumpObj, !Name2EE, and !Token2EE among others.
!dumpclass 00931300 Class Name: FindProduct.Program mdToken: 02000002 (C:svnNetInverseFindProductbinDebugFindProduct.exe) Parent Class: 790c3ef0 Module: 00932c5c Method Table: 00933024 Vtable Slots: 4 Total Method Slots: 5 Class Attributes: 100000 NumInstanceFields: 0 NumStaticFields: 0