Search Results for

    Show / Hide Table of Contents

    Class VersionCache

    Cache for the version settings so that they can be restored after the build

    Inheritance
    object
    VersionCache
    Namespace: i5.Toolkit.Core.VersionTool
    Assembly: cs.temp.dll.dll
    Syntax
    public class VersionCache

    Fields

    androidVersion

    Android version number

    Declaration
    public int androidVersion
    Field Value
    Type Description
    int

    appVersion

    Version string which is used on many platforms, e.g. Standalone

    Declaration
    public string appVersion
    Field Value
    Type Description
    string

    wsaVersion

    Version for WSA apps

    Declaration
    public Version wsaVersion
    Field Value
    Type Description
    Version

    Methods

    Load()

    Loads the cache if it exists If no cache file exists, default values are loaded

    Declaration
    public static VersionCache Load()
    Returns
    Type Description
    VersionCache

    Returns the loaded version cache object

    Remove()

    Clears the cache by deleting the temporary file

    Declaration
    public static void Remove()

    Save()

    Saves the cache as a temporary file in the project's Temp folder

    Declaration
    public void Save()
    In this article
    Back to top i5 Toolkit Documentation