- className
- the name of the class to look for.
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. Invoking this method is equivalent to calling loadClass(className, false).
Note: In the Android reference implementation, the second parameter of ClassLoader.LoadClass(string, System.Boolean) is ignored anyway.