JuggerNET Runtime Library

charArray Properties

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

Public Instance Properties

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

See Also

charArray Class | Codemesh.JuggerNET Namespace