JavaSystem.Load(String) Method

Definition

Loads the native library specified by the filename argument.

[Android.Runtime.Register("load", "(Ljava/lang/String;)V", "")]
public static void Load (string filename);
[<Android.Runtime.Register("load", "(Ljava/lang/String;)V", "")>]
static member Load : string -> unit

Parameters

filename
String

the file to load.

Attributes

Remarks

Java documentation for java.lang.System.load(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