JuggerNET Runtime Library

JuggerNETProxyObject Constructor (JNIHandle)

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

public JuggerNETProxyObject(
   JNIHandle jobject
);

Parameters

jobject
the object handle representing the already existing Java object.

See Also

JuggerNETProxyObject Class | Codemesh.JuggerNET Namespace | JuggerNETProxyObject Constructor Overload List