JuggerNET Runtime Library

boolArray.ToNative Method 

A COM entry point for conversion to the native array type.

public bool[] ToNative(
   boolArray arrB
);

Parameters

arrB
the proxy array instance

Return Value

the native array

Remarks

Use this function if you have to perform a wholesale conversion of a Java array to a native .NET 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