Class VersionInfo
Represents the version information for the FileTypeSupport Framework. This class cannot be inherited.
Inherited Members
Namespace: SdlSdl.FileTypeSupportFramework
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 |
---|---|
Version | The current version of the API. |