[Python.NET] calling my assembly from python.net

Hernan Martinez Foffani hernan.martinez at ecc.es
Wed Mar 29 11:40:30 CEST 2006


> I know I succeeded at this once before. But I just can't get it right.
> I have an assembly Test.dll with a namespace Foo. Inside Foo is a
> method called RunMe.

How come?  Don't you have RunMe belonging to class?

> What is the sequence of calls I need to do for me to call RunMe???

You need to tell us the signature of RunMe and the accessors of both
the method and the class where it belongs to.

-H.




More information about the PythonDotNet mailing list