Next: Autoload-accessing, Up: Autoload [Index]
Make Smalltalk automatically load the class named nameSymbol from fileNameString when needed
Make Smalltalk automatically load the class named nameSymbol and residing in aNamespace from fileNameString when needed
Make Smalltalk automatically load the class named nameSymbol and residing in aNamespace. When the class is needed, anObject will be sent #autoload. By default, instances of FilePath and Package can be used.
Make Smalltalk automatically load the class named nameSymbol. When the class is needed, anObject will be sent #autoload. By default, instances of FilePath and Package can be used.