Os.Execve(String, String[], String[]) Method

Definition

See execve(2).

[Android.Runtime.Register("execve", "(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V", "")]
public static void Execve (string? filename, string[]? argv, string[]? envp);
[<Android.Runtime.Register("execve", "(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V", "")>]
static member Execve : string * string[] * string[] -> unit

Parameters

filename
String
argv
String[]
envp
String[]
Attributes

Exceptions

Remarks

See execve(2).

Java documentation for android.system.Os.execve(java.lang.String, java.lang.String[], 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