How to view an Assembly : A look
How to view an Assembly
To view the assembly means to view the IL code, ILDASM converts the whole exe or dll into IL Code. To start the same:
Go to C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin and then double click on ildasm.exe
Open SDK command prompt and type ildasm
Now in ildasm open assembly File -> Open [or ctrl+O]
Double click on the MANIFEST
If you want to view mathclass, just double click on it
For further information about the methods just do the same as you did in above case