c# - Is there an easy way to generate XML with method summary data? -


i have tool reflects dll , executes methods dynamically. however, don't have of classes can invoked documented user can invoke right method.

is there way can generate xml file based on .cs file, similar way .net framework intellisense files?

also, if there's way keep summary data inside dll , reflect data out, can too, i'm pretty sure summary data doesn't make release build.

thanks!

if using visual studio, have considered using ghostdoc?

either manually using generate xml document comments or in macro whole project/solution. there thread on social.msdn discusses doing this.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -