Re: [IronPython] Newbie InterOp-related question

2011-03-30 Thread Tilley, Paul
. So if myComObj.foo returns void, a simple call like blah = myComObj.Foo() should do the trick. Grüße, Markus Von: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] Im Auftrag von Tilley, Paul Gesendet: Mittwoch, 30. März 2011 01:10 An: users

[IronPython] Newbie InterOp-related question

2011-03-29 Thread Tilley, Paul
Hi, I've just started using IronPython but have hit a bit of a roadblock. This may also be caused by inadequate .Net knowledge. In C# I can call a COM object (where the COM method is going to fill in the parameter) like so: object blah; myComObj.Foo(out blah); If for example the COM