Hi Dody,

thanks for your help.

> delegate object FunctionProcess(object[] params);

I've already tried this one and also
delegate object FunctionProcess(params object[] p);

> scope.GetVariable<FunctionProcess> ("Process")

But get an ArgumentException ("Invalid type of return expression value at 0:0-0:0") here. Any ideas?

> and modify your Python code to deal with the object[] params.

Could you be more specific here?

Thanks,
Christian
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to