JuggerNET Runtime Library

JuggerNETProxyArray Properties

The properties of the JuggerNETProxyArray class are listed below. For a complete list of JuggerNETProxyArray class members, see the JuggerNETProxyArray Members topic.

Public Instance Properties

ElementType The .NET type of the array elements.
IsFixedSize Always true.
IsReadOnly Always false.
IsSynchronized Always false.
JObject A property giving access to the JNI object handle that represents the wrapped Java instance.
JObjectDuplicate A property representing a duplicated JNI object handle.
Length The number of elements that the array can hold.
Rank The rank (number of dimensions) of the array.
SyncRoot The synchronization object for the array (the array itself).

See Also

JuggerNETProxyArray Class | Codemesh.JuggerNET Namespace