IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Tools.Runner.Importer Namespace Reference

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 }
 

Enumeration Type Documentation

◆ IkvmImporterDebugMode

Enumerator
None 
Portable 
Embedded 

Definition at line 4 of file IkvmImporterDebugMode.cs.

5 {
6
7 None,
8 Portable,
9 Embedded,
10
11 }

◆ IkvmImporterPlatform

Enumerator
AnyCPU 
AnyCPU32BitPreferred 
X86 
X64 
ARM 
ARM64 

Definition at line 4 of file IkvmImporterPlatform.cs.

◆ IkvmImporterTarget

Enumerator
Library 
Exe 
WinExe 
Module 

Definition at line 4 of file IkvmImporterTarget.cs.

5 {
6
7 Library,
8 Exe,
9 WinExe,
10 Module,
11
12 }
IKVM.Reflection.Module Module