On Thu, May 24, 2012 at 2:28 AM,  <soar...@ovi.com> 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?

See 
http://ironpython.net/documentation/dotnet/dotnet.html#ref-and-out-parameters
for the details,  but basically, they're returned as part of a return
tuple.

- Jeff
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to