Instantiates a remote Java object of the specified Java class by calling its constructor.
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[]);
JavaObject Class | JavaObject Members | OVERONE.DotNetJ Namespace