c# - Is there any tool for inspecting a .Net assembly size? -


i looking tool takes .net assembly input , outputs each namespaces , classes ordered size.

e.g.

    myassembly.dll 256ko      -> myassemby.mynamespace 192ko       --> myassemby.mynamespace1.myclass1 128ko       --> myassemby.mynamespace1.myclass2 64ko       -> myassemby.mynamespace2 64ko       --> myassemby.mynamespace2.myclass3 64ko   

pretty windirstat directories.

even better if free nice ui.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -