Click or drag to resize

SimpleArrayIntPtrToArray Method

Returns the managed counterpart of the unmanaged array.

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public IntPtr[] ToArray()

Return Value

Type: IntPtr
The managed array.
See Also