简体   繁体   English

ReSharper和C#反射

[英]ReSharper and the C# reflection

How can I get the code of MS built-in functions or classes by ReSharper? 如何通过ReSharper获取MS内置函数或类的代码? How can I get the implementation code of string ? 如何获取string的实现代码?

You can use the tool 'dotPeek' from JetBrains (creators of ReSharper) for decompiling any .NET assembly. 您可以使用JetBrains(ReSharper的创建者)中的工具“ dotPeek”来反编译任何.NET程序集。

dotPeek dotPeek

Note: dotPeek can not decompile if the assembly is obfuscated.Microsoft .NET library is not obfuscated and you can decompile to the source code (Except native code). 注意:如果程序集被混淆,则dotPeek无法反编译.Microsoft .NET库没有被混淆,您可以反编译为源代码(本机代码除外)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM