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.
Properties
|
Name |
Description |
---|---|---|
|
Gets or sets the build number. | |
|
Gets a value indicating whether this instance is empty / uninitialized. | |
|
Gets or sets the revision number. | |
|
Gets or sets the version number. |
Methods
|
Name |
Description |
---|---|---|
|
Converts this AdsVersion to a .NET Framework Version object. | |
|
Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
|
Returns the hash code for this instance. (Inherited from ValueType.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Returns the fully qualified type name of this instance. (Inherited from ValueType.) |