Bujji Babu
How do i get all classes, methods and variables in a dll.?
By Bujji Babu in C# on Dec 03 2013
  • Rajeev Punhani
    Jul, 2015 2

    You can use ILSpy open-source .NET assembly browser and decompiler. To install it in visual studio you can use package manager console and type the following command in Tools>NuGet Package Manager>package Manager console PM> Install-Package ICSharpCode.Decompiler

    • 0
  • Seshu Kumar
    Dec, 2013 17

    Open visual Studio Command prompt and type "ildasm" and add the dll it will displays all the class,methods and variable in a dll

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS