Version Information

Version

class LuxFlux.fluxEngineNET.Version

Information about the fluxEngine that is currently in-use.

Properties

string String { get; set; }

The version string for the currently loaded fluxEngine.

The string returned should not be parsed by the user, and the user should not make any assumptions based on the format of the string. It is purely for informational purposes, if the user of fluxEngine wants to show that string to the end-user, for example. If version-based checks are to be done, please use Major and Minor instead.

int Major { get; set; }

The major version of the currently loaded fluxEngine.

int Minor { get; set; }

The minor version of the currently loaded fluxEngine.