[IronPython] Questions for FAQ or User Guide

2005-04-19 Thread John A. Tenney
I’d like to pass an array of 6 doubles to a method, but get an error message. For example, the “myMethod” call below fails when it requires a double array. array=[1, 2, 3.5, 4] myObject.myMethod(array) I’d like to invoke an overloaded operator, or it’s backing op_xxx

[IronPython] Adding dynamic scripting to an existing .NET application

2005-04-19 Thread John A. Tenney
I’d like to be able to script up a .NET app that I have—say, for example, by bringing up a dialog in which they can interact with existing objects in the environment.   At first blush, it works fine. However, it seems that, even though an assembly is already loaded, that in order to crea