Methods

  NameDescription
Public methodCreateInstance(String)
Creates an instance of the class specified by className
Public methodCreateInstance(String, array<Object>[]()[][])
Creates an instance of the class specified by className. parameters should be passed to the constructor of the instance as an array.

See Also