Initializes a proxy object that corresponds with a Java null reference.
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);
JuggerNETProxyObject Class | Codemesh.JuggerNET Namespace