c# - Is possible to get the comments of an assembly through Reflection? -


i know if there way access comments on class through reflection or if stripped binaries.

no. comments stripped compiler - they're not present in binaries, there's no way them back.


Comments

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

c# - How to set Z index when using WPF DrawingContext? -

python - How to set the color of a single cell in a pygtk treeview? -