When I\'m debugging or even coding, it would be really uesful to examine third party assemblies but I can only see their metadata.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be sup开发者_开发知识库ported by facts, references,or expertise, but this question will likely
I want see t开发者_StackOverflow社区he source code of System.Web.Routing.RouteValueDictionary class.
So in the code below you\'ll notice the comment \"// This item is obfuscated and can not be translated.\"
Note that the following are examples of the rare cases where dotNet reflector does not disassemble correctly. In the vast majority of cases it works perfectly, and I am not suggesting this is necessar
Has anyone tried to build or seen a plugin for visual studio that replaces the object browser of with Reflector? It would be really cool if I do \"Go to Definition\" I would end up in R开发者_StackOve
I work on a project in Silverlight and I wanted to know how does the ObservableCollection work. I was quite surprised to see this in Reflector:
In silverlight Canvas class (with Reflector) has very simple implementation: 3 attached dependency properties (Left, Top, ZIndex) and 2 ovverides of MeasureOverride and ArrangeOverride methods which d
Is it possible to determine in Reflector or any other tool, how an attribute is being used? All I have are some classes with an attribute being applied, I would like to see the code 开发者_C百科(disas
I\'m trying to decompile a library but when I cl开发者_Go百科ick on a class name or a method name, the implementation code is empty.