Autoloader.create

Loads and constructs an Object given by name. Optionally casts the Object to a type given by template parameter.

class Autoloader
T
create
(
T : Object = Object
)
(
string name
)

Return Value

Type: T

The newly created Object, or null if not found or the cast failed.

Meta