C# equivalent of javap command
So, I’m coming from a Java Background; after switching jobs, I’ve migrated to C#, so I’m fairly new to it. In Java there is a console line command called javap
that decompiles a class file and prints the protected and public fields, and methods of the classes passed to it.