[Mono-dev] Pass 2D array from C++ to C#

Robert Jordan robertj at gmx.net
Wed Mar 15 12:38:13 UTC 2017


On 14.03.2017 22:25, howard.rubin wrote:
> Is it possible to pass a 2D array from C++ to C#? The C# function would
> receive it something like this:
>
> public void Receive2dArray(int[,] m) {
> }


See mono_array_class_get () and mono_array_new_full ().





More information about the Mono-devel-list mailing list