.net-reflector
.NET Reflector error in generating code
I used Reflector 6.8 to disassemble a binary. It shows the Class tree view. Even the declaration of methods of the classes , but \"Expand Methods\" errors ou开发者_StackOverflowt with some error like[详细]
2023-03-23 23:49 分类:问答How do I completely uninstall Red Gate's .NET Reflector?
When I installed .NET Reflector for the first time, it was as easy as unzipping it, dragging the folder to the appropriate place on my disk, and launching it. From within the UI, I was able to configu[详细]
2023-03-16 01:01 分类:问答.net disassembler tool like reflector [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Open Source Alternatives to Reflector?[详细]
2023-02-27 00:39 分类:问答online reflector without install
I am looking for a refelector to see the cod开发者_如何学Goe inside dll, I have a restriction that I can not install the software in the system. Is there any reflector exists which is either online or[详细]
2023-02-22 04:44 分类:问答Viewing the IL code generated from a compiled expression
Is it possible to view the IL code generated when you call Compile() on an Expres开发者_如何学Csion tree?Consider this very simple example:[详细]
2023-02-06 06:08 分类:问答<PrivateImplementationDetails>{GUID}.method$$**** in code file. Doesn't compile !
We have a .NET assembly from another project where in one of the generated files from Reflector has .. snippet for a method.[详细]
2023-01-30 10:39 分类:问答How to directly access .NET Reflector from VS2008
I\'m sure this is very simple, but I\'m having some trouble.I want to be able to disassemble a class in reflector directly from VS2008.[详细]
2023-01-29 18:05 分类:问答Obfuscation of .NET exe/dll [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicat开发者_JAVA技巧e: .NET obfuscation of a DLL: how can I protect my code?[详细]
2023-01-28 12:15 分类:问答.NET Reflector Add-in for renaming
开发者_Python百科Is there an existing .NET Reflector add-in that allows renaming of namespaces/classes/methods etc?Not for Reflector, but there is an add-in called ReSharper that plugs into VS itself,[详细]
2023-01-24 10:15 分类:问答Reflector error or optimisation?
Long story short: I used reflector on the System.Security.Util.Tokenizer class, and there\'s loads of goto statements in there.[详细]
2023-01-03 14:47 分类:问答