This is generated from the XML document that lives adjacent to the assembly
containing the code.  For instance, mscorlib is typically located someplace
like C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll, so the XML
file is taken from
C:\Windows\Microsoft.NET\Framework\v2.0.50727\en\mscorlib.xml (assuming
CurrentCulture is English).

The source code for this can be found in DocBuilder.cs

On Mon, Dec 15, 2008 at 4:52 AM, Hernán Martínez Foffani <
hernan.marti...@ecc.es> wrote:

> Where does IP find the help content for .NET libraries?
> I mean, for instance, the output of
>  >>> help(System.DateTime.ToBoolean)
>
> Does it parse the Help.2 files? If so where does it look
> for them? Only under "%ALLUSERSPROFILE%\{Program Data}\Microsoft Help"?
>
> Regards,
> -H.
>
>
> _______________________________________________
> Users mailing list
> Users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to