Share via


JavaSystem.MapLibraryName(String) Method

Definition

Maps a library name into a platform-specific string representing a native library.

[Android.Runtime.Register("mapLibraryName", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string MapLibraryName (string libname);
[<Android.Runtime.Register("mapLibraryName", "(Ljava/lang/String;)Ljava/lang/String;", "")>]
static member MapLibraryName : string -> string

Parameters

libname
String

the name of the library.

Returns

a platform-dependent native library name.

Attributes

Remarks

Maps a library name into a platform-specific string representing a native library.

Added in 1.2.

Java documentation for java.lang.System.mapLibraryName(java.lang.String).

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