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

Roman Yakovenko roman.yakovenko at gmail.com
Thu Mar 10 12:41:19 CET 2005


I use Python.Net to test dll written in manage C++. ( I have more than
270 test cases )
It is not really matter in wich language you write your dll. You can
get full access to all methods and classes defined as public within
dll. Also reflection works as expected

Roman

On Thu, 3 Mar 2005 21:35:58 -0500, Brian Lloyd <brian at zope.com> wrote:
> > 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
> 
> 
> _________________________________________________
> Python.NET mailing list - PythonDotNet at python.org
> http://mail.python.org/mailman/listinfo/pythondotnet
>


More information about the PythonDotNet mailing list