代码改变世界

随笔档案-2012年12月

CLR via C# - 1. Type fundamentals

2012-12-09 21:19 by 小郝(Kaibo Hao), 193 阅读, 收藏,
摘要: The address structure of the type object and typeNote:Every object on the heap requires some additional members—called the type object pointer and the sync block index—used by the CLR to manage the object .System.Object’s GetType method simply returns the address stored in the specified object’s typ 阅读全文