|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Classes | |
| class | IkvmImporterExternalResourceItem |
| Describes an external resource option. More... | |
| class | IkvmImporterLauncher |
| Provides methods to launch the IKVM compiler. More... | |
| class | IkvmImporterOptions |
| Options available to the IKVM importer tool. More... | |
| class | IkvmImporterResourceItem |
| Describes a resource option. More... | |
Enumerations | |
| enum | IkvmImporterDebugMode { None , Portable , Embedded } |
| enum | IkvmImporterPlatform { AnyCPU , AnyCPU32BitPreferred , X86 , X64 , ARM , ARM64 } |
| enum | IkvmImporterTarget { Library , Exe , WinExe , Module } |
| Enumerator | |
|---|---|
| None | |
| Portable | |
| Embedded | |
Definition at line 4 of file IkvmImporterDebugMode.cs.
| Enumerator | |
|---|---|
| AnyCPU | |
| AnyCPU32BitPreferred | |
| X86 | |
| X64 | |
| ARM | |
| ARM64 | |
Definition at line 4 of file IkvmImporterPlatform.cs.
| Enumerator | |
|---|---|
| Library | |
| Exe | |
| WinExe | |
| Module | |
Definition at line 4 of file IkvmImporterTarget.cs.