JuggerNET Runtime Library

byteArray Implicit byteArray to Byte[] Conversion 

A conversion operator for the proxy array type to the native array type.

[ComVisible(Value=False)]
public static implicit operator byte[](
   byteArray arr
);

Parameters

arr
an instance of the proxy array type

Return Value

an instance of the native array type

See Also

byteArray Class | Codemesh.JuggerNET Namespace