Java.Lang.ClassLoader.FindSystemClass Method
Finds the class with the specified name, loading it using the system class loader if necessary.

Syntax

[Android.Runtime.Register("findSystemClass", "(Ljava/lang/String;)Ljava/lang/Class;", "")]
protected Class FindSystemClass (string className)

Parameters

className
the name of the class to look for.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.ClassNotFoundExceptionif the class can not be found.

Remarks

Finds the class with the specified name, loading it using the system class loader if necessary.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1