JuggerNET Runtime Library

JuggerNETProxyObject.JObjectDuplicate Property

A property representing a duplicated JNI object handle.

public long JObjectDuplicate {get;}

Implements

JavaProxy.JObjectDuplicate

Remarks

Accessing this property essentially duplicates the Java object handle. The returned handle needs to be released before the represented Java object can become eligible for garbage collection.

See Also

JuggerNETProxyObject Class | Codemesh.JuggerNET Namespace