JuggerNET Runtime Library

longArray Constructor

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

Overload List

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

public longArray();

 

public longArray(JNIHandle);

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

public longArray(int);

See Also

longArray Class | Codemesh.JuggerNET Namespace