> 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.


_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to