[Python.NET] accessing managed VB.NET dll

Vladislav Petyuk petyuk at gmail.com
Thu Nov 29 22:44:13 CET 2007


I'm sorry for such a basic question, but I can not find an answer on it in
the mail archive or manual.
I have a VB dll which uses .NET and I need to instantiate a certain class
and call a certain method.
It sounds like clr, since its a managed dll, would be a right library to
use.
So what is the right way to do this?

I was successful in using ctypes for calling functions from native C dlls,
but it seems not to work this time (or I'm missing something).

Thanks,
Vlad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythondotnet/attachments/20071129/33717b35/attachment.htm 


More information about the PythonDotNet mailing list