JuggerNET Runtime Library

charArray Constructor

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

Overload List

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

public charArray();

 

public charArray(JNIHandle);

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

public charArray(int);

See Also

charArray Class | Codemesh.JuggerNET Namespace