Java.Lang.ClassLoader.FindLibrary Method
Returns the absolute path of the native library with the specified name, or null.

Syntax

[Android.Runtime.Register("findLibrary", "(Ljava/lang/String;)Ljava/lang/String;", "GetFindLibrary_Ljava_lang_String_Handler")]
protected virtual string FindLibrary (string libName)

Parameters

libName
the name of the library to find.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the absolute path of the native library with the specified name, or null. If this method returns null then the virtual machine searches the directories specified by the system property "java.library.path".

This implementation always returns null.

[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