Posts Tagged reflector
Saturday, November 29, 2008 10:16
Reflexil is an assembly editor and runs as a plug-in for Lutz Roeder’s Reflector. Reflexil is using Mono.Cecil, which is a strategic library for the Mono project.
Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports ‘on the fly’ C# code injection.
Reflexil is an open source [...]
Saturday, November 29, 2008 10:16
Ernie Booth has wrote plugin for Lutz Roeder’s Reflector that takes a URL to a Silverlight host page and locates the assembly for that page.
Get sources and assemblies for "View Source Reflector Plugin for Silverlight"
Bookmark It
Hide Sites
$$(‘div.d808′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });
Saturday, November 29, 2008 10:16
Jason Haley shows how to develop a simple addin for Reflector.
Technorati tags: reflector, dotnet
Bookmark It
Hide Sites
$$(‘div.d798′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });
Saturday, November 29, 2008 10:16
Review is a lightweight code annotation tool for Reflector. It can be used during code reviews or API reviews to take notes and pass them to other project members. A review contains a list of code annotations. An annotation is associated to a code element (type, method, etc…) and contains a list [...]
Saturday, November 29, 2008 10:16
The new version comes with a lot of great new features
C# 3.0 support
Extension methods
Object initializers
LINQ query expressions
Collection initializers
Lambda expressions
Code URL support
Navigate to code://mscorlib/System.Object via IE
Ctrl+Alt+C to copy the URL for current item
Add to HTML pages using <a href=“code://…”>
Assembly Browser
Multiple Windows: Analyzer and Disassembler windows can be open at the [...]