JuggerNET Runtime Library

boolArray Properties

The properties of the boolArray class are listed below. For a complete list of boolArray class members, see the boolArray 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

boolArray Class | Codemesh.JuggerNET Namespace