AdsVersion Class
The structure contains the version number, revision number and build number.
Inheritance Hierarchy
SystemObject
TwinCAT.AdsAdsVersion
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public class AdsVersionThe AdsVersion type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets or sets the build number. | |
|
|
Get the Empty/Uninitialized Version (0,0,0) | |
|
|
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. | |
|
|
Creates the AdsVersion object form Version. | |
|
|
Creates a new AdsVersion object. | |
|
|
Creates a new AdsVersion object. | |
|
|
Determines whether the specified object is equal to the current
object. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Serves as the default hash function. | |
|
|
Gets the Type of the current
instance. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Returns a string that represents the current object. |
Remarks
This version structure is used to indicate Version numbers of TwinCAT.AdsServers.
- AdsVersion.Build Property
- AdsVersion.Empty Property
- AdsVersion.IsEmpty Property
- AdsVersion.Revision Property
- AdsVersion.Version Property
- AdsVersion.ConvertToStandard Method
- AdsVersion.Version Property
- AdsVersion.Create Method (Version)
- AdsVersion.Create Method (Int32, Int32)
- AdsVersion.Create Method (Int32, Int32, Int32)