Loads the module given by its fully qualified name.
Loads the module given by its fully qualified name.
The target object must extend a class or trait annotated with scala.scalajs.reflect.annotation.EnableReflectiveInstantiation.
The name *must not* include the trailing $
that is part of the module
name, as added by the Scala compiler.
Instantiates the class given by its fully qualified name.
Instantiates the class given by its fully qualified name.
The target class must extend a class or trait annotated with scala.scalajs.reflect.annotation.EnableReflectiveInstantiation.
The paramTypes
argument is used to select the appropriate overloaded
constructor.