[Python.NET] AddReferenceToFileAndName, AddReferenceToFile

Joe solarjoe at posteo.org
Fri Apr 20 09:59:57 EDT 2018


I found the answer :) These are IronPython methods,
sorry I mixed that up.


> Hello,
> 
> I found lots of references to AddReferenceToFileAndName and
> AddReferenceToFile online
> but could not find anything on them in the docs.
> 
> Have they been removed?
> 
> I looked at pythonnet/src/runtime/moduleobject.cs and there is only a
> single function
> 
> public static Assembly AddReference(string name)
> 
> which seems to handle all the cases.
> 
> Kind regards,
> Joe


More information about the PythonDotNet mailing list