[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.