Overview
>
klyn.reflection
>
TypeLoader
>
load
Overview
Index
Tree
Deprecated
klyn.reflection.TypeLoader.load
method
public load(name as String) as Type throws TypeNotFoundException:
Description
Method to load a type by its name.
Parameters
name The name of the type to load.
Returns
The loaded Type object.
Throws
TypeNotFoundException If the type is not found.