Compiler.Command(Object) 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.
Executes an operation according to the specified command object.
[Android.Runtime.Register("command", "(Ljava/lang/Object;)Ljava/lang/Object;", "")]
public static Java.Lang.Object? Command (Java.Lang.Object? cmd);
[<Android.Runtime.Register("command", "(Ljava/lang/Object;)Ljava/lang/Object;", "")>]
static member Command : Java.Lang.Object -> Java.Lang.Object
Parameters
- cmd
- Object
the command object for the JIT compiler.
Returns
the result of executing command or null
.
- Attributes
Remarks
Executes an operation according to the specified command object. This method is the low-level interface to the JIT compiler. It may return any object or null
if no JIT compiler is available. Returns null on Android, whether or not the system has a JIT.
Java documentation for java.lang.Compiler.command(java.lang.Object)
.
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.