Java.Lang.ClassLoader.FindLoadedClass Method
Returns the class with the specified name if it has already been loaded by the VM or null if it has not yet been loaded.

Syntax

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

Parameters

className
the name of the class to look for.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the class with the specified name if it has already been loaded by the VM or null if it has not yet been loaded.

[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