[Python.NET] Importing a Managed .Net C++ DLL

Brian Lloyd brian at zope.com
Fri Mar 4 03:35:58 CET 2005


> Is it possible to import a Managed .Net C++ DLL file? 
> I seem to be able to import C# DLLs and the namespace
> of a C++ DLL, but not its Public Class.

It should be possible to see and use anything that Reflection 
can see, regardless of the original src language. It would be 
interesting to see if you are able to reflect on the types in 
your MC++ dll...


Brian Lloyd        brian at zope.com
V.P. Engineering   540.361.1716              
Zope Corporation   http://www.zope.com 
  



More information about the PythonDotNet mailing list