Click or drag to resize

SimpleArrayByteToArray Method

Returns the managed counterpart of the unmanaged array.

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

Return Value

Type: Byte
The managed array.
See Also