I want to get the comments of the xml file for the .dll file.
I am building an proxy class creator (reads an .dll (by Reflection) with interfaces in it --> implements interfaces) and now I thought it would be nice to have the headers of the methods and parameters of the interfaces, but I don't know how.
Thank you for your Answers and pardon my bad english and poor coding knowledge.