Interface XMPVersionInfo
XMP Toolkit Version Information.
public interface XMPVersionInfo
Remarks
XMP Toolkit Version Information.
Version information for the XMP toolkit is stored in the jar-library and available through a runtime call, GetVersionInfo() , addition static version numbers are defined in "version.properties".Methods
GetBuild()
int GetBuild()
Returns
- int
Returns a rolling build number, monotonically increasing in a release.
GetMajor()
int GetMajor()
Returns
- int
Returns the primary release number, the "1" in version "1.2.3".
GetMessage()
string GetMessage()
Returns
- string
Returns a comprehensive version information string.
GetMicro()
int GetMicro()
Returns
- int
Returns the tertiary release number, the "3" in version "1.2.3".
GetMinor()
int GetMinor()
Returns
- int
Returns the secondary release number, the "2" in version "1.2.3".
IsDebug()
bool IsDebug()
Returns
- bool
Returns true if this is a debug build.