Show / Hide Table of Contents

    Class VersionUtility

    This utility class is designed to make common System.Version related operations easier to work with.

    Inheritance
    System.Object
    VersionUtility
    Namespace: Cuemon
    Assembly: Cuemon.Core.dll
    Syntax
    public static class VersionUtility

    Fields

    | Improve this Doc

    DefaultValue

    Represents the default System.Version value of 1.0.0.0. This field is read-only.

    Declaration
    public static readonly Version DefaultValue
    Field Value
    Type Description
    System.Version
    | Improve this Doc

    MaxValue

    Represents the maximum System.Version value of 2147483647.2147483647.2147483647.2147483647. This field is read-only.

    Declaration
    public static readonly Version MaxValue
    Field Value
    Type Description
    System.Version
    | Improve this Doc

    MinValue

    Represents the minimum System.Version value of 0.0.0.0. This field is read-only.

    Declaration
    public static readonly Version MinValue
    Field Value
    Type Description
    System.Version
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX