Java.Lang.JavaSystem.MapLibraryName Method
Returns the platform specific file name format for the shared library named by the argument.

Syntax

[Android.Runtime.Register("mapLibraryName", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string MapLibraryName (string userLibName)

Parameters

nickname
the name of the library to look up.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the platform specific file name format for the shared library named by the argument. On Android, this would turn "MyLibrary" into "libMyLibrary.so".

[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