Click or drag to resize

IJVMWrapperDirectNew Method

Overload List
 NameDescription
Public methodNew(String) Instantiates a new JVM object of className type using the no-argument constructor.
Public methodNew(String, Object) Instantiates a new JVM object of className type using a constructor that accepts 1 argument.
Public methodNew(String, Object) Instantiates a new JVM object of className type using a constructor that accepts 10 arguments.
Public methodNew(String, Object, Object) Instantiates a new JVM object of className type using a constructor that accepts 2 arguments.
Public methodNew(String, Object, Object, Object) Instantiates a new JVM object of className type using a constructor that accepts 3 arguments.
Public methodNew(String, Object, Object, Object, Object) Instantiates a new JVM object of className type using a constructor that accepts 4 arguments.
Public methodNew(String, Object, Object, Object, Object, Object) Instantiates a new JVM object of className type using a constructor that accepts 5 arguments.
Public methodNew(String, Object, Object, Object, Object, Object, Object) Instantiates a new JVM object of className type using a constructor that accepts 6 arguments.
Public methodNew(String, Object, Object, Object, Object, Object, Object, Object) Instantiates a new JVM object of className type using a constructor that accepts 7 arguments.
Public methodNew(String, Object, Object, Object, Object, Object, Object, Object, Object) Instantiates a new JVM object of className type using a constructor that accepts 8 arguments.
Public methodNew(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) Instantiates a new JVM object of className type using a constructor that accepts 9 arguments.
Public methodNew(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) Instantiates a new JVM object of className type using a constructor that accepts 10 arguments.
Top
See Also