为什么 System.Numerics 中的类型在 Reflector 中显示为空?
我在 Reflector 上打开 System.Numerics 来研究它是如何工作的。
但 BigInteger 和 Complex 的所有方法都是空的。为什么?这怎么行得通?
I opened System.Numerics at reflector to study how it works.
But all methods at BigInteger and Complex are empty. Why? How can this works?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在此处获取最新的反射器:http://www.red-gate.com/products/reflector /
(我可以使用当前版本的免费版本很好地查看它)
每个版本都有一些改进来支持以前不可反映的(新词?)代码,现在能够查看它只是错误修复的结果真的。
Get the latest reflector here: http://www.red-gate.com/products/reflector/
(I'm able to view it fine using the current release, free version)
There are some improvements to support previously un-reflectable (new word?) code each release, being able to view it now is just the result of a bug fix really.
查看其他问题的答案以了解更多详细信息:
为什么 System.Numerics.BigInteger 在 Silverlight 4.0 中没有 Parse 方法,但在 .Net 4.0 中有?
Check out the answer to this other question for more detail:
Why does System.Numerics.BigInteger not have a Parse method in Silverlight 4.0, but does in .Net 4.0?
我从 C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0 打开程序集
但这是正确的路径:C:\Windows\Microsoft.NET\Framework\v4.0.30319
为什么存在假程序集?
I openning assembly from C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0
But this is right path:C:\Windows\Microsoft.NET\Framework\v4.0.30319
Why exists fakes assemblies?