|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Property values loaded into the JVM from various sources. More...
Properties | |
| static IDictionary< string, string > | User [get] |
| Gets the set of properties that are set by the user before initialization. Modification of values in this dictionary must happen early in the program's initialization before any Java code has been accessed or run. | |
Property values loaded into the JVM from various sources.
Definition at line 20 of file JVM.Properties.cs.
|
staticget |
Gets the set of properties that are set by the user before initialization. Modification of values in this dictionary must happen early in the program's initialization before any Java code has been accessed or run.
Definition at line 38 of file JVM.Properties.cs.