Compiler.Command(Object) Method

Definition

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

Object

the result of executing command or null.

Attributes

Remarks

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.

Applies to