Where could I get the information about the in-memory layout info of .NET Object Model?
Posted
by smwikipedia
on Stack Overflow
See other posts from Stack Overflow
or by smwikipedia
Published on 2010-04-14T03:03:12Z
Indexed on
2010/04/14
3:13 UTC
Read the original article
Hit count: 223
I want to know the in-memory representation of .NET constructs such as "interface", "class", "struct", etc. There's an excellent book for C++ object model - <Inside the C++ Object Model> by Stanley. Lippman, I want a similar book for .NET and C#. Could someone provide some hints about books and articles?
I have read about the "Drill Into .NET Framework Internals to See How the CLR Creates Runtime Objects" Anything more?
If this info is not publicly avaialble. Shared source one like Mono or Shared Source CLI could be an option.
Many thanks.
© Stack Overflow or respective owner