|
|
Software Engineer - Red Gate Software
August 2009 - Posts
-
Posted Friday, August 21, 2009 7:06 PM |
Yes, it absolutely is, but you'll need to install Jason Haley's AssemblyCollection.Sort add-in. You can find this on Jason's site here: http://jasonhaley.com/addins/ If you're unsure how to go about installing add-ins, please refer to Andrew Clarke's Read More
|
-
Posted Friday, August 21, 2009 3:12 PM |
We're asked about this fairly regularly, so I thought it was about time I posted up our position on it here. There are two main reasons: The auto-update means that we can roll out improvements to all users. So far, that's meant the occasional bug Read More
|
-
Posted Wednesday, August 19, 2009 2:44 PM |
Many methods in .NET code are overloaded. For example, the PipeStream method on the StreamPiper class, in figure 1, has four overloads. Figure 1. The .NET Reflector browser, showing overloads of the PipeStream method on the StreamPiper class. So, Read More
|
-
Posted Wednesday, August 19, 2009 12:47 PM |
I see this question come up from time to time in the .NET Reflector mailbox, so I'm going to make a stab at a sensible answer that's more than just a some marketing fluff piece, because there are alternatives, although it's debatable how realistic they Read More
|
-
Posted Tuesday, August 11, 2009 6:37 PM |
The best way to report a bug in an add-in is to contact the add-in author directly. Andrew Clarke maintains a list of add-ins, along with links to their homepages here: http://www.simple-talk.com/dotnet/.net-tools/using-.net-reflector-add-ins/ You should Read More
|
-
Posted Tuesday, August 11, 2009 6:33 PM |
To find out which add-ins you have installed, open up .NET Reflector, and click on the View > Add-Ins item on the main menu. The Add-Ins dialog box should pop up, showing you a list of the installed add-ins (see figure 1). Figure 1. The .NET Reflector Read More
|
-
Posted Tuesday, August 11, 2009 6:28 PM |
Andrew Clarke has written an excellent article describing how to install .NET Reflector add-ins, as well as listing many of the available add-ins, along with the functionality they offer. You can find it here: http://www.simple-talk.com/dotnet/.net-tools/using-.net-reflector-add-ins Read More
|
-
Posted Friday, August 07, 2009 6:09 PM |
You can view the decompilation output for both types and members in .NET Reflector. To view a decompilation for a type, right-click on the type in the explorer treeview, and click Disassemble. This is shown in fig. 1, with the resultant decompiler output Read More
|
-
Posted Wednesday, August 05, 2009 6:48 PM |
You might want to do this if you've got an assembly open, into which you've recompiled some changes. It's pretty easy, just hit View > Refresh via the main menu, hit the corresponding Refresh button on the toolbar, or just press F5 on your keyboard. Read More
|
-
Posted Wednesday, August 05, 2009 6:33 PM |
You may see the error "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters," under the following circumstances: Opening an assembly Read More
|
|
|