JuggerNET Runtime Library

boolArray Constructor

Initializes a new instance of the boolArray class to refer to a Java null reference.

Overload List

Initializes a new instance of the boolArray class to refer to a Java null reference.

public boolArray();

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

public boolArray(JNIHandle);

Initializes a new instance of the boolArray class to refer to a newly created Java boolean[] of length size.

public boolArray(int);

See Also

boolArray Class | Codemesh.JuggerNET Namespace