IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Java.Externs.sun.misc.Version Class Reference

Static Public Member Functions

static string getJvmSpecialVersion ()
 
static string getJdkSpecialVersion ()
 
static bool getJvmVersionInfo ()
 
static void getJdkVersionInfo ()
 

Detailed Description

Definition at line 30 of file Version.cs.

Member Function Documentation

◆ 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: