mscorlib.dll & System.dll

后端 未结 6 553
南旧
南旧 2020-11-29 20:48

Why did MS originally make the decision to maintain these two separate core libs? Maybe they had some scalability issue in mind, but nowadays I never see an application, of

6条回答
  •  星月不相逢
    2020-11-29 21:35

    This is just a guess, but mscorlib.dll probably also has some C code that's important to the CLR runtime as well as being a .NET assembly, or some mixed-mode code. System.dll is probably all managed.

提交回复
热议问题