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

Nick Aschberger nicka at Vipac.com.au
Wed Mar 7 23:33:13 CET 2012


Thanks Dino!

 

Don't know why I couldn't find it!

 

Cheers

 

Nick

 

From: Dino Viehland [mailto:dinov at microsoft.com] 
Sent: Thursday, 8 March 2012 3:50 AM
To: Nick Aschberger; ironpython-users at python.org
Subject: RE: [Ironpython-users] IronPython via nuget - how do I get the
class reference documentation?

 

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. J

 

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/20120308/5e8d6a88/attachment.html>


More information about the Ironpython-users mailing list