Is mscorlib.dll a CLR?

前端 未结 4 674
北海茫月
北海茫月 2021-02-10 09:29

If it\'s not which I almost sure in, then what\'s the role of mscorlib.dll and where CLR is situated?

4条回答
  •  青春惊慌失措
    2021-02-10 10:04

    mscorlib.dll is holding some fundamental classes of .net such as system.

    use reflector to what classes and namespaces mscorlib.dll is carrying.

    also your could find information on CLR here : http://msdn.microsoft.com/en-us/library/8bs2ecf4.aspx

提交回复
热议问题