MathLib Docs MathLib Docs
MathLib Docs MathLib Docs

Search Results for

    Edit this page

    Class Lib

    Static class for general assembly methods

    Inheritance
    object
    Lib
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: MathLib
    Assembly: MathLib.dll
    Syntax
    public static class Lib

    Properties

    | Edit this page View Source

    BuildVersion

    Retrieves assebly information.

    Declaration
    public static string BuildVersion { get; }
    Property Value
    Type Description
    string

    A string representing the version, target .NET framework, and build configuration (e.g. Debug, Release) of the assembly. The format of the returned string is "Version: 'X.Y.Z.W' Build:'FrameworkName' Configuration:'BuildConfiguration'".

    Examples
    Console.WriteLine(Lib.BuildVersion);
    // Example output:
    // "Version: 1.0.0.0 Build:.NET Standard 2.1 Configuration:Release"