.NET Reflector® is a proprietary software utility for Microsoft .NET combining class browsing, static analysis and decompilation, originally written by Lutz Roeder.
I used to love .NET Reflector back in the day, but ever since Red Gate Software took over it has …
.net reflector redgateJust to ask if anyone knows of an open source alternative to RedGate's Reflector? I'm interested in checking out how …
.net reflection open-source reflectorOne if the first things I learned when I started with C# was the most important one. You can decompile …
c# .net decompiling reflectorPossible Duplicate: Something Better than .NET Reflector? Possible Duplicate: Open Source Alternatives to Reflector? I don't consider this to be …
.net open-source reflectorIs it possible to use .NET Reflector (or an other tool) to modify and recompile the code quickly (that is, …
.net reflector .net-reflectorGiven a DLL file, I'd like to be able to find all the calls to a method within that DLL …
c# reflection reference reflectorSuppose you have an interface defined in C#. What is the easiest method to find all classes that provide an …
c# visual-studio resharper reflectorI have an application written in C# (without the source of course), that needs to be changed a little bit. …
c# .net-assembly reflectorIs there an equivalent of .NET Reflector for Mono? Quick googling did not find anything... Or can I run Reflector …
mono reflectorWhen I installed .NET Reflector for the first time, it was as easy as unzipping it, dragging the folder to …
.net windows reflector .net-reflector