IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.CoreLib.Modules.RuntimeVersion.VersionPattern Class Reference

Various utilities for parsing versions. More...

Static Public Attributes

static readonly string VNUM_GROUP = "VNUM"
 
static readonly string PRE_GROUP = "PRE"
 
static readonly string PLUS_GROUP = "PLUS"
 
static readonly string BUILD_GROUP = "BUILD"
 
static readonly string OPT_GROUP = "OPT"
 
static readonly Regex VSTR_PATTERN = new Regex(VSTR_FORMAT, RegexOptions.Compiled)
 

Detailed Description

Various utilities for parsing versions.

Definition at line 21 of file RuntimeVersion.cs.

Member Data Documentation

◆ BUILD_GROUP

readonly string IKVM.CoreLib.Modules.RuntimeVersion.VersionPattern.BUILD_GROUP = "BUILD"
static

Definition at line 36 of file RuntimeVersion.cs.

◆ OPT_GROUP

readonly string IKVM.CoreLib.Modules.RuntimeVersion.VersionPattern.OPT_GROUP = "OPT"
static

Definition at line 37 of file RuntimeVersion.cs.

◆ PLUS_GROUP

readonly string IKVM.CoreLib.Modules.RuntimeVersion.VersionPattern.PLUS_GROUP = "PLUS"
static

Definition at line 35 of file RuntimeVersion.cs.

◆ PRE_GROUP

readonly string IKVM.CoreLib.Modules.RuntimeVersion.VersionPattern.PRE_GROUP = "PRE"
static

Definition at line 34 of file RuntimeVersion.cs.

◆ VNUM_GROUP

readonly string IKVM.CoreLib.Modules.RuntimeVersion.VersionPattern.VNUM_GROUP = "VNUM"
static

Definition at line 33 of file RuntimeVersion.cs.

◆ VSTR_PATTERN

readonly Regex IKVM.CoreLib.Modules.RuntimeVersion.VersionPattern.VSTR_PATTERN = new Regex(VSTR_FORMAT, RegexOptions.Compiled)
static

Definition at line 39 of file RuntimeVersion.cs.


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