Class JoeScan::Pinchot::VersionInformation¶
ClassList > JoeScan > Pinchot > VersionInformation
API version information.
Public Static Properties¶
| Type | Name |
|---|---|
| int | Major Gets the major version component of the Pinchot version. |
| int | Minor Gets the minor version component of the Pinchot version. |
| int | Patch Gets the patch version component of the Pinchot version. |
| string | Version Gets the version of Pinchot . |
Public Static Properties Documentation¶
Major¶
Gets the major version component of the Pinchot version.
int Major;
The major version component of the Pinchot version.
Minor¶
Gets the minor version component of the Pinchot version.
int Minor;
The minor version component of the Pinchot version.
Patch¶
Gets the patch version component of the Pinchot version.
int Patch;
The patch version component of the Pinchot version.
Version¶
Gets the version of Pinchot .
string Version;
The version of Pinchot.