JuggerNET Runtime Library

JuggerNETProxyArray.GetElement Method (Int32)

The element accessor for arrays of reference types that are leafs in the proxy type system. This method can dramatically enhance the performance of the element access because we can directly construct the return type through a constructor invocation rather than through using reflection.

protected JNIHandle GetElement(
   int index
);

Parameters

index
the index

Return Value

See Also

JuggerNETProxyArray Class | Codemesh.JuggerNET Namespace | JuggerNETProxyArray.GetElement Overload List