寻找实施细节C#建宏 [英] Finding implementation details for C# builtins

查看:114
本文介绍了寻找实施细节C#建宏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有寻找各种C#类和方法的实施细则转到资源?请不要说谷歌/雅虎/你最喜欢的搜索引擎。我找了一个一致的资源。

Is there a goto resource for finding the implementation details of various C# classes and methods? Please don't say Google/Yahoo/your favorite search engine. I am looking for one consistent resource.

红门.net反射通常是相当不错的,但我似乎无法找到任何的System.Object的方法的实现。 (我一直在寻找的GetType()和GetHashCode()的实施,为好奇。)

Red Gate's .Net Reflector is usually pretty good, but I can't seem to find the implementation for any of System.Object's methods. (I was looking for the implementation of GetType() and GetHashCode(), for the curious.)

推荐答案

大多数单的是用C#编写。由于他们正在复制的运行时,由于他们都是开源的,则提供可以使用的实现,尽管他们可能不匹配.NET的,所以这取决于你为什么想知道这一点,它可能会或可能不会投放。

Most of Mono was written in C#. Since they are replicating the runtime, and since they are open source, the provide implementations you can use, though they may not match that of .NET, so depending on why you want to know this, it may or may not serve.

这篇关于寻找实施细节C#建宏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆