Today, we can see a very good resource about reflector. Here we will list the add-in of almost all reflector. For details, refer to the following list.
Download. Net ReflectorHere .
Add-ins
|
Codemetrics: Download |
|
Review: Allows editing and managing annotations during code reviews. Download |
|
Diff : This add-in shows differences between two versions of the same assembly. Download |
|
Pex: Use the Pex wizard directly from reflector(Requires. NET 2.0)Download |
|
Snippy: Snippy is a light weight snippet compiler integrated into. Net reflector. Download |
|
Silverlightloader: Allows browsing the structure of a website and loading Silverlight assemblies. Download |
|
Filedisassembler : This add-in can be used to dump the disassembler output to files for any reflector suppsupported language. |
|
Reflexil : Allows to manipulate the Il of a loaded assembly, or inject vb.net/c# code, then write the changes to disk. |
|
Bamlviewer: Load baml resources (WPF) and render in XAML format. Download |
|
Silverlightbrowser: Loads and shows the files associated with a Silverlight website. Download |
|
Comloader: Lists COM components for browsing and converts them into managed InterOP assemblies. Download |
|
Sql2005browser : This add-in allows to browse. Net assemblies stored in SQL Server 2005 databases. |
|
Filegenerator : This add-in can be used to dump the disassembler output to files for any reflector suppsupported language. |
|
Deblector : This add-in allows to debug processes from within reflector. |
|
Doubler : A Code Generator for unit tests, stubs and wrappers. |
|
Graph:This add-in draws Assembly dependency graphs and IL graphs.Please read the install instructions here. |
|
Biztalkdisassembler: Allows you to list all BizTalk artifacts contained in an assembly and extract them. Download |
|
Dependencystructurematrix : Allows you to create and browser dependency structure matrices. |
|
Codesearch: This add-in allows searching for strings and regular expressions in disassembled code. Download |
|
Ruleseteditor: Editor for Windows Workflow Foundation rules. Download |
|
Assemblylistex: Register a file type Association for predefined lists of assemblies to load into reflector. Download |
|
Sequenceviz : This add-in draws sequence diagrams. |
|
Autodiagrammer :This add-in draws class diagrams. |
|
Xmi4dotnet : Export an assembly to XMI/UML. |
|
Assemblycollectionsort : Sorts the current Assembly list alphabetically. |
|
Enums : Conversion of big flags and enum viewer. |
|
Powershelllanguage:Renders output as windows powershell script. |
|
Delphilanguage: The Delphi view that is used inside. Net reflector provided as a language add-in. |
|
Cppclilanguage : This add-in extends reflector with a C/CLI language rendering module. |
|
Reflectionemitlanguage: This add-in renders C # Code necessary to create the given il body. |
|
Testdriven.net : This Visual Studio add-in can navigate to any code element inside reflector with a single click. |
|
Hawkeye : A tool that allows you to debug the UI tree of Windows Forms applications. |
|
Classview: Shows class definitions as plain text with color coding. |
|
Codemodelviewer: This add-in shows the underlying code model objects for selected items. |
Other resources
introduction to. net reflector add-in model.
How to setup the Build Environment.
How to setup an enlistment.
tutorial "creating your own add-ins" by Jason Haley: part 1 Part 2 . (these two articles are awesome)