AdsVersion Class

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

Inheritance Hierarchy

System.Object
  TwinCAT.Ads.AdsVersion
Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public class AdsVersion

The AdsVersion type exposes the following members.

Properties

 

Name

Description

AdsVersion Class 1:

Build

Gets or sets the build number.

AdsVersion Class 2:

AdsVersion Class 3:

Empty

Get the Empty/Uninitialized Version (0,0,0)

AdsVersion Class 4:

IsEmpty

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

AdsVersion Class 5:

Revision

Gets or sets the revision number.

AdsVersion Class 6:

Version

Gets or sets the version number.

Methods

 

Name

Description

AdsVersion Class 7:

ConvertToStandard

Converts this AdsVersion to a .NET Framework Version object.

AdsVersion Class 8:

Create(Version)

Creates the AdsVersion object form Version.

AdsVersion Class 9:

Create(Int32, Int32)

Creates a new AdsVersion object.

AdsVersion Class 10:

Create(Int32, Int32, Int32)

Creates a new AdsVersion object.

AdsVersion Class 11:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

AdsVersion Class 12:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

AdsVersion Class 13:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

AdsVersion Class 14:

GetType

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

AdsVersion Class 15:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

AdsVersion Class 16:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Remarks

This version structure is used to indicate Version numbers of TwinCAT.AdsServers.

Reference

TwinCAT.Ads Namespace