Autoloader.lookup

Tries to load a class given by name. This function does not cache located classes, hence the lookup is performed for every call.

class Autoloader
abstract
const(ClassInfo)
lookup
(
string name
)

Return Value

Type: const(ClassInfo)

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

Meta