Invokes a method on the Java object.
Invokes a method on the Java object.
public object Invoke(string);
Invokes a method on the Java object with one parameter.
public object Invoke(string,string,object);
Invokes a method on the Java object with parameters.
public object Invoke(string,string[],object[]);
JavaObject Class | JavaObject Members | OVERONE.DotNetJ Namespace