Search Results for

    Show / Hide Table of Contents

    Class Build

    Details about the current build.

    Inheritance
    System.Object
    Build
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class Build

    Fields

    VersionConstant

    Gets the build version.

    Declaration
    public const string VersionConstant = "0.0.0.0"
    Field Value
    Type Description
    System.String

    Properties

    Date

    Gets the build date.

    Declaration
    public static DateTime Date { get; }
    Property Value
    Type Description
    System.DateTime

    Day

    Gets the build day.

    Declaration
    public static int Day { get; }
    Property Value
    Type Description
    System.Int32

    MajorVersion

    Gets the build major version.

    Declaration
    public static int MajorVersion { get; }
    Property Value
    Type Description
    System.Int32

    MinorVersion

    Gets the build minor version.

    Declaration
    public static int MinorVersion { get; }
    Property Value
    Type Description
    System.Int32

    Month

    Gets the build month.

    Declaration
    public static int Month { get; }
    Property Value
    Type Description
    System.Int32

    PatchVersion

    Gets the build patch version.

    Declaration
    public static int PatchVersion { get; }
    Property Value
    Type Description
    System.Int32

    RevisionVersion

    Gets the build revision version.

    Declaration
    public static int RevisionVersion { get; }
    Property Value
    Type Description
    System.Int32

    Version

    Gets the full build version.

    Declaration
    public static string Version { get; }
    Property Value
    Type Description
    System.String

    Year

    Gets the build year.

    Declaration
    public static int Year { get; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0