OVERONE DotNetJ client program reference

JavaArray Constructor 

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

public JavaArray(
   string channelUrl,
   string elementType,
   int[] lengths
);

Parameters

channelUrl
The network location where the Java object must be instantiated, must be of the form java://host:port or java://host. If no port is specified, the default port is used.
elementType
The Java array element type name. Use a Java class name, or a predefined type name with ParameterTypeNames.
lengths
The aray length.

See Also

JavaArray Class | JavaArray Members | OVERONE.DotNetJ Namespace