Class VersionInfo
Represents the version information for the FileTypeSupport Framework. This class cannot be inherited.
Inheritance
Object
VersionInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.FileTypeSupport.Framework
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public sealed class VersionInfo
Constructors
VersionInfo()
Represents the version information for the FileTypeSupport Framework. This class cannot be inherited.
Declaration
public VersionInfo()
Methods
GetFrameworkVersion()
Returns the current assembly version of the FileTypeSupport Framework API.
Declaration
public static Version GetFrameworkVersion()
Returns
Type | Description |
---|---|
Version | The current version of the API. |