When is it good to have ILDASM

  • Thread starter Thread starter TonyJ
  • Start date Start date
T

TonyJ

Hello!

Because of the existence of the ILDASM it must be good to have to solve some
problems.

I just wonder can somebody tell me more specifically what kind of problem is
it an
great advantage to have the ILDASM.

//Tony
 
TonyJ said:
Because of the existence of the ILDASM it must be good to have to solve some
problems.

I just wonder can somebody tell me more specifically what kind of problem is
it an great advantage to have the ILDASM.

Any time you want to see exactly what the compiler has generated:

1) Resource names
2) Actual IL (is something being boxed or not, for instance)
3) Contents of the assembly
 
Back
Top