JuggerNET Runtime Library

JuggerNETProxyObject Constructor

Initializes a proxy object that corresponds with a Java null reference.

Overload List

Initializes a proxy object that corresponds with a Java null reference.

protected JuggerNETProxyObject();

Initializes a proxy object that corresponds with a preexisting Java object represented by the given object handle.

public JuggerNETProxyObject(JNIHandle);

Initializes a proxy object that corresponds with a Java java.lang.String instance of the specified value.

public JuggerNETProxyObject(string);

See Also

JuggerNETProxyObject Class | Codemesh.JuggerNET Namespace