It depends on what the array contains. You can possibly use the C#
fixed statement. Or you can allocate a block of unmanaged memory and
copy the array data there using the Marshal class.
It depends on what the array contains. You can possibly use the C#
fixed statement. Or you can allocate a block of unmanaged memory and
copy the array data there using the Marshal class.