JuggerNET Runtime Library

boolArray.FromNative Method 

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

public boolArray FromNative(
   bool[] arr
);

Parameters

arr
an instance of the native array type

Return Value

an instance of the proxy array type

Remarks

Use this function if you have to perform a wholesale conversion of a native .NET array to a Java array. It performs much better than iterating over all elements and copying them one by one. This method is visible to COM clients.

See Also

boolArray Class | Codemesh.JuggerNET Namespace