|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Go to the source code of this file.
Namespaces | |
| namespace | IKVM |
| namespace | IKVM.Runtime |
Enumerations | |
| enum | IKVM.Runtime.CodeGenOptions { IKVM.Runtime.None = 0 , IKVM.Runtime.DisableOptimizations = 1 , IKVM.Runtime.NoStackTraceInfo = 2 , IKVM.Runtime.StrictFinalFieldSemantics = 4 , IKVM.Runtime.NoJNI = 8 , IKVM.Runtime.RemoveAsserts = 16 , IKVM.Runtime.NoAutomagicSerialization = 32 , IKVM.Runtime.DisableDynamicBinding = 64 , IKVM.Runtime.NoRefEmitHelpers = 128 , IKVM.Runtime.RemoveUnusedFields = 256 , IKVM.Runtime.EmitSymbols = 512 } |