JuggerNET Runtime Library

byteArray Members

byteArray overview

Public Static Type Conversions

Implicit byteArray to Byte[] Conversion A conversion operator for the proxy array type to the native array type.
Implicit Byte[] to byteArray Conversion A conversion operator for the native array type to the proxy array type.

Public Instance Constructors

byteArray Overloaded. Initializes a new instance of the byteArray class.

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

Public Instance Methods

Dispose (inherited from JuggerNETProxyArray) 
Equals (inherited from JuggerNETProxyArray) Implemented in terms of the Java equals() method. If the other object is not also a subclass of a JavaObject, the return value is always false. This is to ensure that the the results of a comparison is independent of the order, i.e. a.Equals( b ) == b.Equals( a ) which could not be guaranteed if we did special things for obj being of some special .NET type.
FromNative 
Get 
GetEnumerator Returns an enumerator for the array elements.
GetHashCode (inherited from JuggerNETProxyArray) Implemented in terms of the Java hashCode() method.
GetType (inherited from Object) Gets the Type of the current instance.
IsInstanceOf (inherited from JuggerNETProxyArray) Returns true if the instance is type compatible with the given Java type.
Set 
ToNative A COM entry point for conversion to the native array type.
ToString (inherited from JuggerNETProxyArray) Implemented in terms of the Java toString() method.

Protected Instance Methods

Finalize (inherited from JuggerNETProxyArray) 
GetElement (inherited from JuggerNETProxyArray)Overloaded. The element accessor for arrays of reference types.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
SetElement (inherited from JuggerNETProxyArray) The element mutator for arrays of reference types.

See Also

byteArray Class | Codemesh.JuggerNET Namespace