Where do the type/member/parameter descriptions that you see in the Intellisense bubble come from? Are they stored in type attributes?
EDIT: I’m specifically interested in the built-in types.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The .Net Framework provides an XML documentation file for the shipped assemblies. The IDE reads these documentation files in order to get the descriptions and tooltips for the built-in types.
This documentation is typically, but not always, stored in a sub-directory of the framework intsall point. For instance on my machine the files are stored in the directory C:\windows\microsoft.net\framework\v2.0.50727\en.
There is one XML file per assembly shipped in the framework.