[Ironpython-users] How to pass ref and out to Ironpython?

2012-05-24 Thread soardex
Hi! How to pass ref and out to IronPython? Here is sample code for C#: CreateContext( byte[] data, ref byte[] dataout ); or CreateContext( byte[] data, out byte[] dataout ); How to get the return data of dataout to ironpython? Cheers, Edward Fitz _

[Ironpython-users] IronPython, Daily Digest 5/23/2012

2012-05-24 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] Failed to load language 'IronPython 2.7.2': “IronPython.Modules.SysModule”的类型初始值设定项引发异常。 2. [Status update] Failed to load language 'IronPython 2.7.2': “IronPython.Modules.Sy

Re: [Ironpython-users] How to pass ref and out to Ironpython?

2012-05-24 Thread Jeff Hardy
On Thu, May 24, 2012 at 2:28 AM, wrote: > > > Hi! > > > How to pass ref and out to IronPython? > Here is sample code for C#: > > CreateContext( byte[] data, ref byte[] dataout ); > > or > > CreateContext( byte[] data, out byte[] dataout ); > > How to get the return data of dataout to ironpython?