- className
- the name of the class to look for.
- resolve
- Indicates if the class should be resolved after loading. This parameter is ignored on the Android reference implementation; classes are not resolved.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.ClassNotFoundException if the class can not be found.
Loads the class with the specified name, optionally linking it after loading. The following steps are performed:
Note: In the Android reference implementation, the resolve parameter is ignored; classes are never linked.