
- Forum
- Programming Talk
- Microsoft .NET
- How to view
How to view
This is a discussion on How to view within the Microsoft .NET forums, part of the Programming Talk category; I have created an assembly successfully. Now I want to view the contents of the assembly. What utility or tools ...
-
How to view
I have created an assembly successfully. Now I want to view the contents of the assembly. What utility or tools I can use for viewing the contents of the assembly. Kindly suggest the best option I can use for viewing the contents of the assembly.
-
You could use the ILDASM utility that comes with the .NET framework.
Or you can use an utility provided by Red Gate called as .NET Reflector - this even allows you to disassemble and view your code in C# and VB.NET apart from IL.
You may download it from,
www . red-gate.com/products/dotnet-development/reflector/
HTH!!!

Reply With Quote





