Re: [Ironpython-users] issue creating object from third-party assembly

2014-04-29 Thread darnold992000
Thank you, Ivan. I (obviously) hadn't encountered reference params from the Ironpython side before.It all makes perfect sense, now. Don ___ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mailman/listinfo/ironpython-use

Re: [Ironpython-users] issue creating object from third-party assembly

2014-04-29 Thread darnold992000
Don ___ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mailman/listinfo/ironpython-users

Re: [Ironpython-users] issue creating object from third-party assembly

2014-04-29 Thread Ivan Pozdeev
> Hi! I'm having trouble understanding some weird behavior when trying to use > an object defined in a third-party assembly. > When I view the assembly in Object Explorer, I see that the CosEvent class > defines two constructors. > One parameterless: > > public CosEvent() > Member of Cos.C

Re: [Ironpython-users] issue creating object from third-party assembly

2014-04-29 Thread Ivan Pozdeev
RTFM http://ironpython.net/documentation/dotnet/dotnet.html#ref-and-out-parameters . -Original Message- From: Don Arnold Sent: Wednesday, April 30, 2014 0:39 To: ironpython-users@python.org Cc: Subject: [Ironpython-users] issue creating object from third-party assembly Hi! I'm h

[Ironpython-users] issue creating object from third-party assembly

2014-04-29 Thread Don Arnold
Hi! I'm having trouble understanding some weird behavior when trying to use an object defined in a third-party assembly. When I view the assembly in Object Explorer, I see that the CosEvent class defines two constructors. One parameterless: public CosEvent() Member of Cos.Core.EMS.CosEven