AdsVersion Structure

The structure contains the version number, revision number and build number.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public struct AdsVersion

VB

Public Structure AdsVersion

The AdsVersion type exposes the following members.

Constructors

 

Name

Description

AdsVersion

Initializes a new instance of the AdsVersion struct.

Properties

 

Name

Description

Build

Gets or sets the build number.

IsEmpty

Gets a value indicating whether this instance is empty / uninitialized.

Revision

Gets or sets the revision number.

Version

Gets or sets the version number.

Methods

 

Name

Description

ConvertToStandard

Converts this AdsVersion to a .NET Framework Version object.

Equals

Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)

GetHashCode

Returns the hash code for this instance. (Inherited from ValueType.)

GetType

Gets the Type of the current instance. (Inherited from Object.)

ToString

Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Reference

TwinCAT.Ads Namespace