BaseDexClassLoader.FindLibrary(String) Method

Definition

Returns the absolute path of the native library with the specified name, or null.

[Android.Runtime.Register("findLibrary", "(Ljava/lang/String;)Ljava/lang/String;", "GetFindLibrary_Ljava_lang_String_Handler")]
public virtual string? FindLibrary (string? name);
[<Android.Runtime.Register("findLibrary", "(Ljava/lang/String;)Ljava/lang/String;", "GetFindLibrary_Ljava_lang_String_Handler")>]
override this.FindLibrary : string -> string

Parameters

name
String

the name of the library to find.

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to