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
Requirements
Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1