Java.Lang.Runtime Class
Allows Java applications to interface with the environment in which they are running.

See Also: Runtime Members

Syntax

[Android.Runtime.Register("java/lang/Runtime", DoNotGenerateAcw=true)]
public class Runtime : Object

Remarks

Allows Java applications to interface with the environment in which they are running. Applications can not create an instance of this class, but they can get a singleton instance by invoking Runtime.GetRuntime.

See Also

[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