JuggerNET Runtime Library

boolArray Constructor (JNIHandle)

Initializes a new instance of the boolArray class to refer to a a preexisting Java boolean[] array represented by jobject.

public boolArray(
   JNIHandle jobject
);

Parameters

jobject
the preexisting Java object reference.

See Also

boolArray Class | Codemesh.JuggerNET Namespace | boolArray Constructor Overload List