1 / 14

.NET Reflector 5.0

Overview of new features in .NET Reflector 5.0.

lutzroeder
Download Presentation

.NET Reflector 5.0

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. .NET Reflector 5.0 Lutz Roeder December 2006

  2. Overview • C# 3.0:LINQ query expressions, Lambda expressions • Code URL:code://mscorlib/System.Object • Assembly Browser: Multiple windows • Disassembler: Expand Methods • Analyzer: Exposed By, Instantiated By, Assigned By • Search: String and Constant search • New Options dialog • Improved Shell integration

  3. C# 3.0 support • Extension methods • Object initializers • LINQ query expressions • Collection initializers • Lambda expressions

  4. C# 3.0 and 2.0 support • Enable via View, Options, Optimization: .NET 3.5 • C# 2.0: Anonymous methods and nullable types

  5. 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://…”>

  6. Assembly Browser • Multiple Windows: Analyzer and Disassembler windows can be open at the same time • Updateassembly locationif loading the same assembly twice from different locations • Back and Forward mouse buttons and shortcut keys work from all windows

  7. Disassembler • Expand Methods and Expand Types feature • Context-sensitive documentationview • Click on declaration jumps to item in the browser • Tab to cycle through links, Up/Down to scroll • Context-based automatic variable naming

  8. Analyzer • Add and analyze multiple items (DEL to remove) • Find overrides of virtual methods • “Exposed By” and “Instantiated By” search • “Assigned By” search for fields

  9. Search • String or Constant search • Exactmatching of multiple words

  10. Assembly Lists • Default lists for: • .NET Framework 3.5 • .NET Framework 3.0 • .NET Compact Framework 3.5 • .NET Compact Framework 2.0 • XNA Framework 1.0 • DirectX for Managed Code • Mono

  11. Resource Viewer • Save byte arrays in .resources file to disk • Double-click opens using shell file extension

  12. Options Dialog • Use hex or decimal number format • Indentation setting for text output • Switch between public only and all items • Automatically resolve assembly references • Optimization setting (show raw code)

  13. ) Windows Shell integration • Run Reflector.exe /register to register file extensions • Right-click and “Browse…” • Improved 120 DPI support • Windows Vista support

More Related