A
Atmapuri
Hi!
Is it possible to pass a subsection of an array
as a parameter to unmanaged code without
explicitely pinning down the array?
In unmanaged code you just pass a pointer to
to the first selected element, but here it seems you
have to either pin it down or make a separate copy...
Is there a better way?
Thanks!
Atmapuri
Is it possible to pass a subsection of an array
as a parameter to unmanaged code without
explicitely pinning down the array?
In unmanaged code you just pass a pointer to
to the first selected element, but here it seems you
have to either pin it down or make a separate copy...
Is there a better way?
Thanks!
Atmapuri