I have a C# project for which I need to find the all private methods which are not called from any other public method directly or indirectly.
I need to write a relatively small program to parse .net executables and generate the list of calls to external methods. For example if System.Console.WriteLine is called inside the file the tool shou
I\'m trying to disassemble some of the DLL of the new WPF4 Beta2 framework. However, all I have is empty methods for a开发者_高级运维ll types. I\'m not having this problem for other DLL (for example m