klyn.ClassLoader.forName
method
public static forName(name as String) as Type:
Description

Loads a class by its fully qualified name using the system loader.

Resolution follows the runtime class search order documented on ClassLoader: standard library, startup source directory, $KLASSPATH, then current working directory.