[Ironpython-users] IronPython via nuget - how do I get the class reference documentation?

Dino Viehland dinov at microsoft.com
Wed Mar 7 18:19:44 CET 2012


http://dlr.codeplex.com/wikipage?title=Docs%20and%20specs&referringTitle=Documentation has these 2 copies of the hosting spec:
                http://www.codeplex.com/Download?ProjectName=dlr&DownloadId=127513  [doc]
                http://www.codeplex.com/Download?ProjectName=dlr&DownloadId=127516  [pdf]

Which should cover most of what you want.

From: ironpython-users-bounces+dinov=microsoft.com at python.org [mailto:ironpython-users-bounces+dinov=microsoft.com at python.org] On Behalf Of Nick Aschberger
Sent: Tuesday, March 06, 2012 7:24 PM
To: ironpython-users at python.org
Subject: [Ironpython-users] IronPython via nuget - how do I get the class reference documentation?

Hi All,

I have added in IronPython references to my project via nuget, and things are working swimmingly.

However, as I'm ramping up on using IronPython, I'm finding a need inside visual studio to hit good 'ol F12, and jump to the definition of a fn or class to have a bit of a read.  I'm talking specifically about the CLR objects such as engine, ScriptScope, etc.

However, there is no XML commentary in the referenced DLL, so there is nothing to read there. No problem - I figured there would be a class reference or other documentation around to explain to me what each function is for.

But I can't find one. Perhaps due to weak google-fu. There is nothing installed, nothing online. Now there must be something out there, otherwise no-one would know what any of the functions actually do. :)

So where can I get this?

Thanks in advance,

Nick Aschberger

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20120307/9968cf7b/attachment.html>


More information about the Ironpython-users mailing list