The CLR's Execution Model

the native code generator tool:NGen.exe

optimization tool:MPGO.exe

所有类型最终都继承自System.Object。则所有类型都有如下的特点:

CLS:

原文地址:https://www.cnblogs.com/panpanwelcome/p/5639544.html