|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Namespaces | |
| namespace | MapXml |
Classes | |
| class | AssemblyResolver |
| class | ExecutionContext |
| Communicates command line arguments across either an AppDomain or AssemblyLoadContext boundary. Needed because the compiler infrastructure still makes use of some static data structures. More... | |
| class | FakeTypes |
| class | FatalCompilerErrorException |
| struct | ImportArgLevel |
| class | ImportClassLoader |
| Implementation of RuntimeClassLoader that emits loaded Java types to an AssemblyBuilder. More... | |
| class | ImportCommand |
| class | ImportContext |
| Represents the context of an import operation outputing a single assembly. More... | |
| class | ImportOptions |
| class | ImportOptionsBinding |
| class | ImportState |
| Holds some state for an instance of ImportContext. More... | |
| class | ImportTool |
| Main entry point for the application. More... | |
| class | Jar |
| class | ManagedResolver |
| class | Packages |
| class | ProxyGenerator |
| class | RuntimeImportByteCodeJavaType |
| Implementation of RuntimeByteCodeJavaType that customizes output for the importer. More... | |
| class | StaticCompiler |
Enumerations | |
| enum | DebugMode { None , Portable , Embedded } |
| enum | ImportApartment { Unspecified , None , MTA , STA } |
| enum | ImportDebug { None , Portable , Embedded } |
| enum | ImportPlatform { Unspecified , X86 , X64 , ARM , ARM64 , AnyCpu32BitPreferred , AnyCpu } |
| enum | ImportTarget { Unspecified , Exe , WinExe , Module , Library } |
Definition at line 4 of file DebugMode.cs.
| Enumerator | |
|---|---|
| Unspecified | |
| None | |
| MTA | |
| STA | |
Definition at line 4 of file ImportApartment.cs.
| Enumerator | |
|---|---|
| None | |
| Portable | |
| Embedded | |
Definition at line 4 of file ImportDebug.cs.
| Enumerator | |
|---|---|
| Unspecified | |
| X86 | |
| X64 | |
| ARM | |
| ARM64 | |
| AnyCpu32BitPreferred | |
| AnyCpu | |
Definition at line 4 of file ImportPlatform.cs.