OVERONE DotNetJ client program reference

JavaArray Methods

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

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