Porting some classic Reflector plugins to Reflector 10+, since there are some changes on Reflector's interfaces.
If you are the author of these plugins and do not like what we're doing, send me an email and I will remove your plugins' code.
Decompile to IronPython language. Ported from https://archive.codeplex.com/?p=ipreflector .
Decompile to C++/CLI language. Create by @lzybkr. Ported from https://github.com/lzybkr/CppCliReflector .
License: Boost Software License - Version 1.0
Decompile to PowerShell language (only works for simple static methods without using
/ while
etc.). Create by @kzu. Ported from https://archive.codeplex.com/?p=reflectoraddins .
Decompile to JavaScript language (has bugs but mostly right). Create by @praeclarum. Ported from https://github.com/praeclarum/JavaScriptLanguage .
Generate the given IL body using C# Reflection.Emit. Create by Jonathan de Halleux. Ported from https://archive.codeplex.com/?p=reflectoraddins .
Ported by Monarch_Solutions@outlook.com