Returns the Java.IO.Console associated with this VM, or null.
Syntax
[Android.Runtime.Register("console", "()Ljava/io/Console;", "")] public static Java.IO.ConsoleConsole ()
Returns
Documentation for this section has not yet been entered.
Remarks
Returns the Java.IO.Console associated with this VM, or null.
Not all VMs will have an associated console. A console is typically only
available for programs run from the command line.