|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Options available to the IKVM importer tool. More...
Properties | |
| int | Timeout = System.Threading.Timeout.Infinite [get, set] |
| Number of milliseconds to wait for the command to execute. | |
| string? | ResponseFile [get, set] |
| Optional path to the response file to generate. If specified, the response file is not cleaned up. | |
| IList< string > | Input = new List<string>() [get] |
| Input files to be compiled. | |
| string? | Output [get, set] |
| Path of the output assembly. | |
| string? | Assembly [get, set] |
| Name of the output assembly. | |
| string? | Version [get, set] |
| Version of the output assembly. | |
| IkvmImporterTarget? | Target [get, set] |
| Target to build. | |
| IkvmImporterPlatform? | Platform [get, set] |
| Platform to build. | |
| string? | KeyFile [get, set] |
| Path to the key to use for strong name signing. | |
| string? | Key [get, set] |
| Identity of the key to use for signing. | |
| bool | DelaySign [get, set] |
| Whether the assembly should be delay signed. | |
| IList< string > | References = new List<string>() [get] |
| Set of paths to assemblies to add as references. | |
| IList< string > | Recurse = new List<string>() [get] |
| string? | Exclude [get, set] |
| string? | FileVersion [get, set] |
| File version to configure on the assembly. | |
| string? | Win32Icon [get, set] |
| Win32 icon to configure on the assembly. | |
| string? | Win32Manifest [get, set] |
| Win32 manifest to embed within the assembly. | |
| List< IkvmImporterResourceItem > | Resources = new List<IkvmImporterResourceItem>() [get] |
| Set of resources to embed within the assembly. | |
| List< IkvmImporterExternalResourceItem > | ExternalResources = new List<IkvmImporterExternalResourceItem>() [get] |
| bool | CompressResources [get, set] |
| Whether resources should be compressed. | |
| IkvmImporterDebugMode | Debug [get, set] |
| How debug symbols should be produced along with the assembly. | |
| bool | NoAutoSerialization [get, set] |
| bool | NoGlobbing [get, set] |
| bool | NoJNI [get, set] |
| bool | Optimize [get, set] |
| bool | OptFields [get, set] |
| bool | RemoveAssertions [get, set] |
| bool | StrictFinalFieldSemantics [get, set] |
| IList< string >? | NoWarn [get, set] |
| IList< string >? | WarningsAsErrors [get, set] |
| string? | Main [get, set] |
| string? | SrcPath [get, set] |
| string? | Apartment [get, set] |
| IDictionary< string, string > | SetProperties = new Dictionary<string, string>() [get] |
| bool | NoStackTraceInfo [get, set] |
| IList< string > | XTrace = new List<string>() [get] |
| IList< string > | XMethodTrace = new List<string>() [get] |
| IList< string > | PrivatePackages = new List<string>() [get] |
| string? | ClassLoader [get, set] |
| bool | SharedClassLoader [get, set] |
| string? | BaseAddress [get, set] |
| string? | FileAlign [get, set] |
| bool | NoPeerCrossReference [get, set] |
| bool | NoStdLib [get, set] |
| IList< string > | Lib = new List<string>() [get, set] |
| bool | HighEntropyVA [get, set] |
| bool | Static [get, set] |
| IList< string > | AssemblyAttributes = new List<string>() [get, set] |
| string? | Runtime [get, set] |
| int? | WarningLevel [get, set] |
| bool | NoParameterReflection [get, set] |
| string? | Remap [get, set] |
Options available to the IKVM importer tool.
Definition at line 9 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 130 of file IkvmImporterOptions.cs.
|
getset |
|
getset |
Definition at line 160 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 146 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 142 of file IkvmImporterOptions.cs.
|
getset |
Whether resources should be compressed.
Definition at line 101 of file IkvmImporterOptions.cs.
|
getset |
How debug symbols should be produced along with the assembly.
Definition at line 106 of file IkvmImporterOptions.cs.
|
getset |
Whether the assembly should be delay signed.
Definition at line 65 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 74 of file IkvmImporterOptions.cs.
|
get |
Definition at line 96 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 148 of file IkvmImporterOptions.cs.
|
getset |
File version to configure on the assembly.
Definition at line 79 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 156 of file IkvmImporterOptions.cs.
|
get |
Input files to be compiled.
Definition at line 25 of file IkvmImporterOptions.cs.
|
getset |
Identity of the key to use for signing.
Definition at line 60 of file IkvmImporterOptions.cs.
|
getset |
Path to the key to use for strong name signing.
Definition at line 55 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 154 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 126 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 108 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 110 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 112 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 166 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 150 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 134 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 152 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 122 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 116 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 114 of file IkvmImporterOptions.cs.
|
getset |
|
getset |
|
get |
Definition at line 140 of file IkvmImporterOptions.cs.
|
get |
Definition at line 72 of file IkvmImporterOptions.cs.
|
get |
Set of paths to assemblies to add as references.
Definition at line 70 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 168 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 118 of file IkvmImporterOptions.cs.
|
get |
Set of resources to embed within the assembly.
Definition at line 94 of file IkvmImporterOptions.cs.
|
getset |
Optional path to the response file to generate. If specified, the response file is not cleaned up.
Definition at line 20 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 162 of file IkvmImporterOptions.cs.
|
get |
Definition at line 132 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 144 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 128 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 158 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 120 of file IkvmImporterOptions.cs.
|
getset |
|
getset |
Number of milliseconds to wait for the command to execute.
Definition at line 15 of file IkvmImporterOptions.cs.
|
getset |
Version of the output assembly.
Definition at line 40 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 164 of file IkvmImporterOptions.cs.
|
getset |
Definition at line 124 of file IkvmImporterOptions.cs.
|
getset |
Win32 icon to configure on the assembly.
Definition at line 84 of file IkvmImporterOptions.cs.
|
getset |
Win32 manifest to embed within the assembly.
Definition at line 89 of file IkvmImporterOptions.cs.
|
get |
Definition at line 138 of file IkvmImporterOptions.cs.
|
get |
Definition at line 136 of file IkvmImporterOptions.cs.