Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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 ...

  1. #1
    Adrian is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124

    Question 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.


  2. #2
    techvinny is offline Moderator Array
    Join Date
    Dec 2010
    Answers
    56
    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!!!


Latest Article

Network Security Risk Assessment and Measurement

Read More...