I am trying to debug a memory dump and I am looking at one type as being labelled as
2c172a8c 1313427 1040234184 <Unloaded Type>
Does anyone know what this means exactly?
TIA
Andrew
I am trying to debug a memory dump and I am looking at one type as being labelled as
2c172a8c 1313427 1040234184 <Unloaded Type>
Does anyone know what this means exactly?
TIA
Andrew
This means the type was defined by an assembly/dll that has been unloaded. Since it is no more present in memory, the debugger can not display more information about it.