메소드 | 설명 | |
---|---|---|
Compare ( DefinitionSet lhs, DefinitionSet rhs ) : int |
Compares two version numbers.
|
|
Detect ( |
Detects the engine that a tags.dat was built for.
|
|
DetectFromTimestamp ( long timestamp, DefinitionSet &closestGuess ) : DefinitionSet |
Detects the engine that a tags.dat was built for based on its timestamp.
|
|
GetTimestamp ( DefinitionSet version ) : long |
Gets the timestamp for a version.
|
|
GetVersionString ( DefinitionSet version ) : string |
Gets the version string corresponding to an DefinitionSet value.
|
|
IsBetween ( DefinitionSet compare, DefinitionSet min, DefinitionSet max ) : bool |
Determines whether a version number is between two other version numbers (inclusive).
|
public static Compare ( DefinitionSet lhs, DefinitionSet rhs ) : int | ||
lhs | DefinitionSet | The left-hand version number. |
rhs | DefinitionSet | The right-hand version number. |
리턴 | int |
public static Detect ( |
||
cache | The cache file. | |
closestGuess | DefinitionSet | On return, the closest guess for the engine's version. |
리턴 | DefinitionSet |
public static DetectFromTimestamp ( long timestamp, DefinitionSet &closestGuess ) : DefinitionSet | ||
timestamp | long | The timestamp. |
closestGuess | DefinitionSet | On return, the closest guess for the engine's version. |
리턴 | DefinitionSet |
public static GetTimestamp ( DefinitionSet version ) : long | ||
version | DefinitionSet | The version. |
리턴 | long |
public static GetVersionString ( DefinitionSet version ) : string | ||
version | DefinitionSet | The version. |
리턴 | string |
public static IsBetween ( DefinitionSet compare, DefinitionSet min, DefinitionSet max ) : bool | ||
compare | DefinitionSet | The version number to compare. If this is |
min | DefinitionSet | The minimum version number. If this is |
max | DefinitionSet | The maximum version number. If this is |
리턴 | bool |