MONO_AOT_MODE_NONE

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Values

ValueMeaning
MONO_AOT_MODE_NONE

Disables AOT mode

MONO_AOT_MODE_NORMAL

Enables normal AOT mode, equivalent to mono_jit_set_aot_only (false)

MONO_AOT_MODE_HYBRID

Enables hybrid AOT mode, JIT can still be used for wrappers

MONO_AOT_MODE_FULL

Enables full AOT mode, JIT is disabled and not allowed, * equivalent to mono_jit_set_aot_only (true)

MONO_AOT_MODE_LLVMONLY

Same as full, but use only llvm compiled code

Meta