Managed WinDbg extension for .NET framework
!clrversions
: List CLR versions!setclrversion
: Set active CLR version for current session!getmodules
: List and save loaded modules!savemanagedmodule
: Save a single module!heapstat
: Prints simple statistics about objects on heap!dumpdataset
: Dump the DataSet at given address to list its tables !dumpdatatable
: Dump the DataTable at given addressYou can run !command -?
to see detailed help for the given command
.