mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
831 B
831 B
About
ICSharpCode.Decompiler is the decompiler engine used in ILSpy.
You can learn how to use it from the following samples/real-world applications:
- decompiler-nuget-demos.ipynb in the ILSpy repository. This shows the basics of using the NuGet.
- ILSpyCmd project in the ILSpy repository. This dotnet tool shows automation of whole assembly decompilation.
- ILSpy.Backend in the ILSpy Visual Studio Code Extension repository. This LSP shows listing / decompiling members.
- ILSpy itself. Complex, recommended only for advanced users and definitely not the place to get started.