Definition at line 30 of file Version.cs.
◆ getJdkSpecialVersion()
| static string IKVM.Java.Externs.sun.misc.Version.getJdkSpecialVersion |
( |
| ) |
|
|
static |
Definition at line 38 of file Version.cs.
39 {
40 throw new NotImplementedException();
41 }
◆ getJdkVersionInfo()
| static void IKVM.Java.Externs.sun.misc.Version.getJdkVersionInfo |
( |
| ) |
|
|
static |
Definition at line 48 of file Version.cs.
49 {
50 throw new NotImplementedException();
51 }
◆ getJvmSpecialVersion()
| static string IKVM.Java.Externs.sun.misc.Version.getJvmSpecialVersion |
( |
| ) |
|
|
static |
Definition at line 33 of file Version.cs.
34 {
35 throw new NotImplementedException();
36 }
◆ getJvmVersionInfo()
| static bool IKVM.Java.Externs.sun.misc.Version.getJvmVersionInfo |
( |
| ) |
|
|
static |
Definition at line 43 of file Version.cs.
44 {
45 throw new NotImplementedException();
46 }
The documentation for this class was generated from the following file: