[IronPython] Regarding sys.LoadFromAssemblyName()

Martin Maly Martin.Maly at microsoft.com
Thu Nov 23 18:38:51 CET 2006


You want to use one of  the functions available in the new "clr" module:

'AddReferenceToFile'
'AddReferenceToFileAndPath'

There are others available now as well:

'AddReference'
'AddReferenceByName'
'AddReferenceByPartialName'

You can find detailed explanation of all these functions in the tutorial.

Martin


From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Blesson Varghese
Sent: Thursday, November 23, 2006 6:00 AM
To: users at lists.ironpython.com
Subject: [IronPython] Regarding sys.LoadFromAssemblyName()

Initially sys.LoadFromAssemblyName was used in IronPython 0.6 which was developed for .NET 1.1.

Can anyone please tell me how I can replace this statement in IronPython 1.0.1 developed for .NET 2.0



________________________________
Find out what India is talking about on - Yahoo! Answers India<http://us.rd.yahoo.com/mail/in/yanswers/*http:/in.answers.yahoo.com/>
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW<http://us.rd.yahoo.com/mail/in/messengertagline/*http:/in.messenger.yahoo.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20061123/a37bf62a/attachment.html>


More information about the Ironpython-users mailing list