Os.Unsetenv(String) Method

Definition

[Android.Runtime.Register("unsetenv", "(Ljava/lang/String;)V", "")]
public static void Unsetenv (string? name);
[<Android.Runtime.Register("unsetenv", "(Ljava/lang/String;)V", "")>]
static member Unsetenv : string -> unit

Parameters

name
String
Attributes

Exceptions

Remarks

See unsetenv(3).

Java documentation for android.system.Os.unsetenv(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