托管代码优势
可能的重复:
.NET 中的托管和非托管代码
如果我是对的,那么我的应用程序中在 CLR 下运行的代码(所有以标准方式编写的代码)都是托管代码。 但除了GC之外,还有哪些优点呢? 我想知道真实的例子(比如GC),而不是理论上的差异。
Possible Duplicate:
Managed and unmanaged code in .NET
Hi,
If I am right, then code in my app that runs under CLR (all code written the standard way) is managed code.
But except for GC, what other advantages there are?
I would like to know the real examples (like GC), not theoretical differences.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://en.wikipedia.org/wiki/Common_Language_Runtime
http://en.wikipedia.org/wiki/Common_Language_Runtime
例如,
for example