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 <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] > V.P. Engineering 540.361.1716 > Zope Corporation http://www.zope.com > > > _________________________________________________ > Python.NET mailing list - [email protected] > http://mail.python.org/mailman/listinfo/pythondotnet > _________________________________________________ Python.NET mailing list - [email protected] http://mail.python.org/mailman/listinfo/pythondotnet
