Ways to use .Net Reflector #1

I figure a lot of you out there know how to do this and maybe just need a reminder to do it...

This is for those times when you are in VS.Net and need to look at the code for some dll that your project uses, but you just don't have the code handy and VS.Net's object browser doesn't show enough information for you. In order to make Reflector the default view/browser when you double click on a dll in the bin directory all you need to do is the following: (I am assuming you have Reflector already and know what the "Show All Files" button is)

  1. Open some project in VS.Net that uses a dll
  2. Go to the Solution Explorer window (Ctrl+Alt+L)
  3. Click on the show all files button
  4. Navigate to the bin/Debug folder
  5. Find a dll in the folder, right-click on it and choose "Open With..."
  6. Click the Add button and find Reflector on your system
  7. Click OK
  8. Click the Set as Default button
  9. Click OK
That's it! Now when double click on a dll in the bin directory Reflector will open loading that dll for you so you can have a power object browser when you need it :)

posted on Wednesday, July 12, 2006 8:28 PM

Feedback

# Ouvrir un assembly dans Reflector depuis Visual Studio

Ok, celle là, je m'en veux presque de ne pas y avoir penser avant !
Il nous arrive souvent de vouloir...
7/13/2006 2:09 PM | CoqBlog

# Ways to use .Net Reflector #2 : Create your own add-ins

2/26/2007 8:11 PM | Jason Haley

# re: Ways to use .Net Reflector #1

Its a good article but at the same time you should give a link to download Reflector. Link is : http://www.aisto.com/roeder/dotnet/

Cheers:
Bhavana
1/15/2008 1:52 AM | Bhavana Mehta

Post Comment

Title  
Name  
Url
Comment   
Please enter the following code into the box below to stop spammers

  
Enter Code Here *