Autoloader.load

Tries to load a class given by name, searching through the registered paths. This function calls lookup internally, but caches results once found.

class Autoloader
const(ClassInfo)
load
(
string name
)

Return Value

Type: const(ClassInfo)

The ClassInfo object of the class given by name, or null if not found.

Meta