OVERONE DotNetJ client program reference

JavaArray Members

Public Instance Constructors

JavaArray Constructor Instantiates a remote Java array with the specified element type and length.

Public Instance Fields

MustUpdate Indicates wether the local array needs to updated regarding to the remote Java array.

Public Instance Properties

ItemOverloaded. The element at the specified index. Is either of a .NET primitive type or a JavaObject.
Length The array length.
Lengths The dimensions' lengths of the array.
Rank The array rank (number of dimensions).

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetLength Returns the array length for the specified dimension.
GetType (inherited from Object)
GetValue Gets the element at the specified index if the array is multidimensional.
SetValue Sets the element at the specified index if the array is multidimensional.
ToString (inherited from Object)
UpdateLocal Updates the local array so that its elements reflect the remote Java array's elements.

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

JavaArray Class | OVERONE.DotNetJ Namespace