.NET Framework 4源代码 [英] .NET Framework 4 source codes

查看:100
本文介绍了.NET Framework 4源代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在哪里可以获得.net framework 4类源代码?可以在没有Visual Studio的情况下查看.net framework 4类源代码吗?如果可能的话如何?

如果您的意思是在编译它们之后,一个免费的开源工具是 ^ ].

由于框架文件已组装,因此无法将其作为类文件查看.但是,您可以反汇编并查看每个框架库类都存在的方法.这是一个免费的工具,可以帮助您做到这一点. JustDecompile [ ^ ]


不,您真的不能,因为您正在谈论的文件是根据dotnet的DLL或程序集符号.因此,您只能在以汇编代码形式分解它们时看到它们.


Hi, where can i get .net framework 4 classes source codes? and is that possible to view .net framework 4 classes source codes without visual studio? if possible how?

Thanks

解决方案

If you mean after they are compiled, one free, open source tool is ILSpy[^].


Since the framework files are assembled, you can not view as a class file. However you can disassemble and look the methods that are exists for each framework library classes. Here is a free tool that helps you to do so. JustDecompile[^]


No, you really can''t because the files you are talking about are DLLs or Assemblies as per dotnet notation. So, you can only see them on Disassembling them in Assembly Code Form.


这篇关于.NET Framework 4源代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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