Skip to content
Christoph Wille edited this page Aug 19, 2023 · 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.

Current Plugins

Description Version Author Compiled Against Binary Source
BatchExport Plugin - export desired functions by given input 1.0.0 SirHerpDerp 8.0.0 link link

Outdated/Unmaintained Plugins

This is a list of plugins contributed by ILSpy users:
Description Version Author Compiled Against Binary Source
XSharp Language decompiler 5.02 / 6.2.1 Fabrice Foray 5.02 / 6.2.1 link link
Alphabetical Assembly Sort - Case-insensitive assembly sorting 1.0.0.3 Michael Bone 2.0.0.1595 link link
Copy fully qualified type name to clipboard 1.0.0.1 Donatas Maciunas 2.0.0.1595 link link
Reflexil is an assembly editor DISCONTINUED 2.3 Sebastien Lebreton 4.0.1.4530 link link
AssemblyWatcher - a plugin which reloads assemblies when they change 0.0.1-alpha Raminder Singh 2.3.2.1888 link link
IL Generation decompiler 1.0.0-alpha Akos Nagy 3.1.0.3637 - beta2 link link
CosturaPlugin - Loading embedded references from resources 1.1.0 takeshix 3.1.0.3655 link link
ILSpy-ILViewer- Preview IL code in ILSpy. 1.0
5.0
Kazimierz Matyaszek 4.0.0.4326
5.0.2
link link

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