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.

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 …

visual-studio debugging reflector
Using Reflector To Create VisualStudio Project

I have a .exe app which I want to understand better - I can see it in reflector Is there …

c# reflector
Reflector will not be free anymore. Any alternatives?

Possible Duplicate: Open Source Alternatives to Reflector? Since March, this tool is no longer free even for all its old …

c# .net reflector
Can i reverse engineer my own dll?

We've got a .NET project at work, which we lost (human error). The person who wrote the code said she …

.net reverse-engineering reflector
Why does Console.Out.WriteLine exist?

Actually the question should be why does Console.WriteLine exist just to be a wrapper for Console.Out.WriteLine I …

c# .net windows console-application reflector
Extract/Decompile source files from exe

There is a client specific solution that we cannot find the source code for, but we do have the .exe …

c# visual-studio-2010 decompiling reflector .net-reflector
Is there any concept in c++ like reflector in .Net?

i like to get code from c++ dll ,i know we easily get from .Net dll by reflector. Is there …

.net c++ dll reflector
Why check this != null?

Occasionally I like to spend some time looking at the .NET code just to see how things are implemented behind …

c# .net clr reflector