A conversion method for the native array type to the proxy array type.
an instance of the proxy array type
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.
boolArray Class | Codemesh.JuggerNET Namespace