JuggerNET Runtime Library

JuggerNETProxyArray.GetElement Method

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.

Overload List

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);

The element accessor for arrays of reference types.

protected object GetElement(Type,int);

See Also

JuggerNETProxyArray Class | Codemesh.JuggerNET Namespace