Java.Lang.Compiler Class
Does nothing on Android.
See Also: Compiler
Syntax
[Android.Runtime.Register("java/lang/Compiler", DoNotGenerateAcw=true)]
public sealed class Compiler : Object
public sealed class Compiler : Object
Remarks
Does nothing on Android.
Requirements
Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
The members of Java.Lang.Compiler are listed below.
See Also: Object
Protected Properties
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Public Methods
static | Command(Object)Executes an operation according to the specified command object. | |
static | CompileClass(Class) | |
static | CompileClasses(String)Compiles all classes whose name matches the specified name using the JIT compiler and indicates if compilation has been successful. | |
static | Disable()Disables the JIT compiler. | |
static | Enable()Enables the JIT compiler. |