Search Results for

    Show / Hide Table of Contents

    Class VersionInfo

    Represents the version information for the FileTypeSupport Framework. This class cannot be inherited.

    Inheritance
    System.Object
    VersionInfo
    Inherited Members
    System.Object.ToString()
    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.FileTypeSupport.Framework
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public sealed class VersionInfo

    Constructors

    VersionInfo()

    Declaration
    public VersionInfo()

    Methods

    GetFrameworkVersion()

    Returns the current assembly version of the FileTypeSupport Framework API.

    Declaration
    public static Version GetFrameworkVersion()
    Returns
    Type Description
    System.Version

    The current version of the API.

    On this page

    • Constructors
      • VersionInfo()
    • Methods
      • GetFrameworkVersion()
    Back to top Generated by DocFX