Decompile .NET assemblies from the command line. View C# source, list types, generate compilable projects, and inspect IL code using ILSpy.
Understand implementation details of .NET code by decompiling assemblies. Use when the user wants to see how a .NET API works internally, inspect NuGet package source, view framework implementation, or understand compiled .NET binaries.