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
_
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
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?