no Argument Constructor
Retrieves the no argument constructor of the supplied class name or null if one does not exist or is inaccessible.
Return
the no argument constructor represented as a KFunction
Parameters
class Name
the fully qualified class name for the desired constructor
Retrieves the no argument constructor of the supplied class or null if one does not exist or is inaccessible.
Return
the no argument constructor represented as a KFunction
Parameters
loaded Class
the class that was loaded via this loader