How to see XML comments of the code from Reflector

吃可爱长大的小学妹 提交于 2019-12-06 08:38:28

问题


I prefer to browse the assemblies using reflector even though i have source code with me specially in case when i move to new project. But I feel it would be nice if i could see the XML comments of the source code in reflector.

Is any addin which would do that?

Thanks In advance, Uday


回答1:


XML comments are not compiled into assembly - they go into separate XML file. If it is your assembly, or XML file is shipped with the assembly you're trying to analyze, then Reflector will pick them up automatically. If not - you are out of options, sorry...

Edit: Anyway, those comments won't be displayed alongside your code - you'll see them below the disassembly window, documentation-style formatted.

Edit2: It appears that you can display your XML comments inline if you want to - there is an option for that in settings dialog. Didn't know that! :)




回答2:


I think this might help you.

http://www.red-gate.com/messageboard/viewtopic.php?t=8630



来源:https://stackoverflow.com/questions/999865/how-to-see-xml-comments-of-the-code-from-reflector

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!