Class Version
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public static class Version
- Inheritance
-
Version
- Inherited Members
Properties
Build
public static int Build { get; }
Property Value
LongString
Version formatted like "ScottPlot 5.0.0-beta"
public static string LongString { get; }
Property Value
Major
public static int Major { get; }
Property Value
Minor
public static int Minor { get; }
Property Value
VersionString
Version formatted like "5.0.0-beta"
public static string VersionString { get; }
Property Value
Methods
ShouldBe(int)
Throws an exception if this version of ScottPlot does not match the expected major version
public static void ShouldBe(int major)
Parameters
major
int
ShouldBe(int, int)
Throws an exception if this version of ScottPlot does not match the expected major and minor versions
public static void ShouldBe(int major, int minor)
Parameters
ShouldBe(int, int, int)
Throws an exception if this version of ScottPlot does not match the exact one given
public static void ShouldBe(int major, int minor, int build)