Os.Setenv(String, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
See setenv(3).
[Android.Runtime.Register("setenv", "(Ljava/lang/String;Ljava/lang/String;Z)V", "")]
public static void Setenv (string? name, string? value, bool overwrite);
[<Android.Runtime.Register("setenv", "(Ljava/lang/String;Ljava/lang/String;Z)V", "")>]
static member Setenv : string * string * bool -> unit
Parameters
- name
- String
- value
- String
- overwrite
- Boolean
- Attributes
Exceptions
Remarks
See setenv(3).
Java documentation for android.system.Os.setenv(java.lang.String, java.lang.String, boolean)
.
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.