IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Runtime.JVM.Properties Class Reference

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.
 

Detailed Description

Property values loaded into the JVM from various sources.

Definition at line 20 of file JVM.Properties.cs.

Property Documentation

◆ User

IDictionary<string, string> IKVM.Runtime.JVM.Properties.User
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.


The documentation for this class was generated from the following file: