reflector
How to get Visual Studio to step into third party assemblies
When I\'m debugging or even coding, it would be really uesful to examine third party assemblies but I can only see their metadata.[详细]
2022-12-23 07:06 分类:问答Open Source Alternatives to Reflector? [closed]
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[详细]
2022-12-22 10:45 分类:问答How to see source code of RouteValueDictionary class
I want see t开发者_StackOverflow社区he source code of System.Web.Routing.RouteValueDictionary class.[详细]
2022-12-22 08:24 分类:问答Reflector: Does the comment in this code mean the whole thing is obfuscated?
So in the code below you\'ll notice the comment \"// This item is obfuscated and can not be translated.\"[详细]
2022-12-21 04:57 分类:问答DotNet Reflector - why can't I disassemble XmlHierarchicalEnumerable?
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[详细]
2022-12-20 02:03 分类:问答replacing vs object browser with reflector?
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[详细]
2022-12-16 19:39 分类:问答2 Events with same name in Reflectored code?
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:[详细]
2022-12-14 16:59 分类:问答Silverlight Canvas: How does it work?
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[详细]
2022-12-14 06:27 分类:问答Using reflector, how do you find how an attribute is used in code?
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[详细]
2022-12-12 12:35 分类:问答Reflector doesn't show class implementation
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.[详细]
2022-12-12 06:18 分类:问答