Compiler.Command(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exécute une opération en fonction de l’objet de commande spécifié.
[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
Paramètres
- cmd
- Object
objet de commande pour le compilateur JIT.
Retours
résultat de l’exécution de la commande ou null.
- Attributs
Remarques
Exécute une opération en fonction de l’objet de commande spécifié. Cette méthode est l’interface de bas niveau du compilateur JIT. Elle peut retourner n’importe quel objet ou null si aucun compilateur JIT n’est disponible. Retourne null sur Android, que le système dispose ou non d’un JIT.
Java documentation pour java.lang.Compiler.command(java.lang.Object).
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.