1. .NET Reflector 6 Documentation
Total Page:16
File Type:pdf, Size:1020Kb
1. .NET Reflector 6 documentation . 2 1.1 Getting started . 3 1.2 Using .NET Reflector . 4 1.2.1 Running .NET Reflector . 5 1.2.2 About the graphical user interface . 6 1.2.3 Configuring .NET Reflector . 12 1.2.4 Working with code . 13 1.2.5 Using assemblies . 14 1.2.6 Managing the debug store . 15 1.2.7 Navigating in .NET Reflector . 16 1.2.8 Using bookmarks . 18 1.2.9 Working with Add-ins . 19 1.3 The Visual Studio add-in for .NET Reflector Pro . 20 1.3.1 Installing the Visual Studio add-in . 22 1.3.2 Using the Visual Studio add-in . 25 1.3.3 Working with assemblies . 26 1.3.4 Debugging an executable . 28 1.3.5 Deactivating the serial number . 29 1.4 Upgrading . 30 1.5 Troubleshooting . 31 1.5.1 Log files for .NET Reflector Pro . 32 1.5.2 Methods showing no source code in the disassembly window . 33 1.5.3 Permissions error on starting Visual Studio . 34 1.5.4 The XP Bug Workaround . 35 1.6 Tips and articles . 36 1.6.1 .NET Reflector Tips - keyboard shortcuts . 37 1.6.2 Debugging a SharePoint customization . 39 1.6.3 Debugging into SharePoint and seeing the locals . 42 1.6.4 Introduction to building .NET Reflector add-ins . 49 1.7 Release notes and other versions . 51 1.7.1 .NET Reflector 7.7 release notes . 52 1.7.2 .NET Reflector 7.6 release notes . 53 1.7.3 .NET Reflector 7.5 release notes . 54 1.7.4 .NET Reflector 7.4 release notes . 55 1.7.5 .NET Reflector 7.3 release notes . 56 1.7.6 .NET Reflector 7.2 release notes . 57 1.7.7 .NET Reflector 7.1 release notes . 58 1.7.8 .NET Reflector 7.0 release notes . 59 1.7.9 .NET Reflector 6.5 release notes . 60 1.7.10 .NET Reflector Pro 6.5 release notes . 61 1.7.11 .NET Reflector and .NET Reflector Pro 6.1 release notes . 62 1.7.12 .NET Reflector 6.0 release notes . 63 1.7.13 .NET Reflector Pro 6.0 release notes . 64 .NET Reflector 6 documentation About .NET Reflector With .NET Reflector you can decompile and debug .NET components, such as assemblies, and disassemble the source code into your chosen .NET language, enabling you to see the contents of a .NET assembly. For more information, see the .NET Reflector product page. Quick links Getting started Running .NET Reflector Walkthrough: Debugging a SharePoint customization .NET Reflector forums Getting started With .NET Reflector you can decompile and debug .NET components, such as assemblies, and disassemble the source code into your chosen .NET language, enabling you to see the contents of a .NET assembly. You can use .NET Reflector to search for bugs and performance issues that may be affecting your system, and to review areas of code that were not previously accessible. For example, you may have an application that uses a third-party component, which is returning unexpected results. With .NET Reflector, you can disassemble and debug the third-party component, helping you to determine whether the component is responsible for the results. .NET Reflector is compatible with: .NET Framework versions: 1.0*, 1.1*, 2.0, 3.0, 3.5, 4.0 * .NET Reflector runs under these framework versions, but the Visual Studio add-in and .NET Reflector Pro require .NET 2.0 or later. Microsoft.