[<UnverifiableAttribute (); NoDynamicInvocationAttribute ()>]
val pin : 'T [,] -> (nativeptr<'T> -> 'b) -> 'b |
Pin the given array for the duration of a single call to the given function. A native pointer to
the first element in the array is passed to the given function. Cleanup the GCHandle associated with the
pin when the function completes, even if an exception is raised.
|