Mar*_*ade 69
中号 ICRO 小号经常Ç ommon ö bject ř不定时库郭宝宏.
请参阅http://www.danielmoth.com/Blog/mscorlibdll.aspx和'Cor'代表什么?
Bry*_*yan 41
Microsoft Core Library,即它们是一切的核心.
您可能更喜欢更"按摩"的解释:
"当Microsoft首次开始使用.NET Framework时,MSCorLib.dll是Microsoft Common Object Runtime Library的缩写.一旦ECMA开始标准化CLR和部分FCL,MSCorLib.dll正式成为Multilanguage标准公共对象的首字母缩写运行时库."
来自http://weblogs.asp.net/mreynolds/archive/2004/01/31/65551.aspx
在1999年左右,据我个人记忆,.Net被称为"COOL",所以我对这种推导有点怀疑.我从未听过它叫做"COR",这对于母语为英语的人来说是一个愚蠢的名字.
One*_*rew 34
它代表
Microsoft的Common Object Runtime Library
它是Framework Common Library的主要程序集.
它包含以下命名空间:
System
System.Collections
System.Configuration.Assemblies
System.Diagnostics
System.Diagnostics.SymbolStore
System.Globalization
System.IO
System.IO.IsolatedStorage
System.Reflection
System.Reflection.Emit
System.Resources
System.Runtime.CompilerServices
System.Runtime.InteropServices
System.Runtime.InteropServices.Expando
System.Runtime.Remoting
System.Runtime.Remoting.Activation
System.Runtime.Remoting.Channels
System.Runtime.Remoting.Contexts
System.Runtime.Remoting.Lifetime
System.Runtime.Remoting.Messaging
System.Runtime.Remoting.Metadata
System.Runtime.Remoting.Metadata.W3cXsd2001
System.Runtime.Remoting.Proxies
System.Runtime.Remoting.Services
System.Runtime.Serialization
System.Runtime.Serialization.Formatters
System.Runtime.Serialization.Formatters.Binary
System.Security
System.Security.Cryptography
System.Security.Cryptography.X509Certificates
System.Security.Permissions
System.Security.Policy
System.Security.Principal
System.Text
System.Threading
Microsoft.Win32
Run Code Online (Sandbox Code Playgroud)
有关MSCorlib的有趣信息:
.NET 1.1程序集将引用1.1 mscorlib但将在运行时使用2.0 mscorlib(由于在theruntime本身中的硬编码版本重定向)MSCorlib 2.0
单独使用GAC而1.x版本存在于框架文件夹中,这将是一件好事