Top "Reflector" questions

.NET Reflector® is a proprietary software utility for Microsoft .NET combining class browsing, static analysis and decompilation, originally written by Lutz Roeder.

Something better than .NET Reflector?

I used to love .NET Reflector back in the day, but ever since Red Gate Software took over it has …

.net reflector redgate
Open Source Alternatives to Reflector?

Just 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 reflector
How can I protect my .NET assemblies from decompilation?

One if the first things I learned when I started with C# was the most important one. You can decompile …

c# .net decompiling reflector
Is there a “free” alternative to .NET Reflector?

Possible Duplicate: Something Better than .NET Reflector? Possible Duplicate: Open Source Alternatives to Reflector? I don't consider this to be …

.net open-source reflector
Can I use .NET Reflector to modify & recompile the code quickly?

Is it possible to use .NET Reflector (or an other tool) to modify and recompile the code quickly (that is, …

.net reflector .net-reflector
C# reflection and finding all references

Given a DLL file, I'd like to be able to find all the calls to a method within that DLL …

c# reflection reference reflector
How do you find all implementations of an interface?

Suppose you have an interface defined in C#. What is the easiest method to find all classes that provide an …

c# visual-studio resharper reflector
Modify Compiled .Net Exe

I have an application written in C# (without the source of course), that needs to be changed a little bit. …

c# .net-assembly reflector
.NET Reflector for Mono

Is there an equivalent of .NET Reflector for Mono? Quick googling did not find anything... Or can I run Reflector …

mono reflector
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 …

.net windows reflector .net-reflector