Java.Lang.JavaSystem.Getenv Method
Returns the value of the environment variable with the given name, or null if no such variable exists.

Syntax

[Android.Runtime.Register("getenv", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string Getenv (string name)

Parameters

name
the name of the environment variable.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the value of the environment variable with the given name, or null if no such variable exists.

[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