Skip to content
Denis Markelov edited this page Aug 21, 2015 · 62 revisions

ILSpy Plugins

ILSpy will load any *.Plugin.dll files in the directory containing ILSpy.exe. MEF is used to allow plugins to extend the ILSpy functionality. Take a look at the "TestPlugin" in the ILSpy source code download to see how it works.

Plugin Gallery

This is a list of plugins contributed by ILSpy users:
Description Version Author Compiled Against Binary Source
Alphabetical Assembly Sort - Case-insensitive assembly sorting 1.0.0.3 Michael Bone 2.0.0.1595 link link
Alphabetical Assembly Sort - Case-insensitive, SxS assembly sorting 1.0.0.2 Michael Bone and Jordan Pickwell 1.0.0.988 link link
Assembly Visualizer - Type hierarchies, assembly references and member interactions visualization 1.0.3.0 Denis Markelov 2.3.0.1827 link link
Copy fully qualified type name to clipboard 1.0.0.1 Donatas Maciunas 2.0.0.1595 link link

Feel free to edit this page to add your own plugin.