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 Structure 1:

AdsVersion

Initializes a new instance of the AdsVersion struct.

Properties

 

Name

Description

AdsVersion Structure 2:

Build

Gets or sets the build number.

AdsVersion Structure 3:

IsEmpty

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

AdsVersion Structure 4:

Revision

Gets or sets the revision number.

AdsVersion Structure 5:

Version

Gets or sets the version number.

Methods

 

Name

Description

AdsVersion Structure 6:

ConvertToStandard

Converts this AdsVersion to a .NET Framework Version object.

AdsVersion Structure 7:

Equals

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

AdsVersion Structure 8:

GetHashCode

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

AdsVersion Structure 9:

GetType

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

AdsVersion Structure 10:

ToString

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

Reference

TwinCAT.Ads Namespace