What method does ILSpy use?
The method used by Ilspy is to decompile .NET assemblies into C# code. Users can import the assembly they want to decompile into Ilspy, select the decompile option, and Ilspy will automatically convert the IL code in the assembly into C# code. Users can understand and modify the functionality of the assembly by viewing and editing the generated C# code.