OVERONE DotNetJ client program reference

JavaObject Constructor

Instantiates a remote Java object of the specified Java class by calling its constructor.

Overload List

Instantiates a remote Java object of the specified Java class by calling its constructor.

public JavaObject(string,string);

Instantiates a remote Java object of the specified Java class by calling its constructor with one parameter.

public JavaObject(string,string,string,object);

Instantiates a remote Java object of the specified Java class by calling its constructor with parameters.

public JavaObject(string,string,string[],object[]);

See Also

JavaObject Class | JavaObject Members | OVERONE.DotNetJ Namespace