I have a few dll files and I want to export all public classes with methods separated by namespaces (export to html / text file or anything else I can ctrl+c/v in Windows 🙂 ).
I don’t want to create documentation or merge my dlls with xml file. I just need a list of all public methods and properties.
What’s the best way to accomplish that?
TIA for any answers
Very rough around the edges, but try this for size:
Note: This needs refinement to exclude property getters/setters and inherited methods, but it’s a decent starting place