Search Results for

    Show / Hide Table of Contents

    Class StudioVersion

    This class hold details specific to a Studio version

    Inheritance
    System.Object
    StudioVersion
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Versioning
    Assembly: Sdl.Versioning.dll
    Syntax
    public class StudioVersion

    Constructors

    StudioVersion()

    Declaration
    public StudioVersion()

    Properties

    Edition

    The current Studio edition e.g. blank or beta, nightly etc.

    Declaration
    public string Edition { get; set; }
    Property Value
    Type Description
    System.String

    ExecutableVersion

    The version of the Executable as a version type e.g. 16.0.0.1234

    Declaration
    public Version ExecutableVersion { get; set; }
    Property Value
    Type Description
    System.Version

    InstallPath

    The installation location

    Declaration
    public string InstallPath { get; set; }
    Property Value
    Type Description
    System.String

    PluginSubPath

    The version dependent part of the plugin installation location e.g 15 or 16 or 16Beta

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

    PublicVersion

    The public version e.g."Trados Studio 2021"

    Declaration
    public string PublicVersion { get; set; }
    Property Value
    Type Description
    System.String

    ShortVersion

    The Studio short version e.g. 2021

    Declaration
    public string ShortVersion { get; set; }
    Property Value
    Type Description
    System.String

    StudioDocumentsFolderName

    The Studio Documents folder name

    Declaration
    public string StudioDocumentsFolderName { get; set; }
    Property Value
    Type Description
    System.String

    Version

    The product version string e.g. studio16Beta

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

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • StudioVersion()
    • Properties
      • Edition
      • ExecutableVersion
      • InstallPath
      • PluginSubPath
      • PublicVersion
      • ShortVersion
      • StudioDocumentsFolderName
      • Version
    • Methods
      • ToString()
    • Extension Methods
    Back to top Generated by DocFX