TcAdsSymbolInfoLoader Class
The class TcAdsSymbolInfoLoader is responsible for downloading the list of declared variables and the data types from an ADS Server.
Inheritance Hierarchy
System.Object
TwinCAT.Ads.TcAdsSymbolInfoLoader
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public class TcAdsSymbolInfoLoader : IEnumerable
VB
Public Class TcAdsSymbolInfoLoader
Implements IEnumerable
The TcAdsSymbolInfoLoader type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
Call this method to find a symbol in the list. | |
|
Gets the data types. | |
|
Returns an enumerator that can iterate through all symbols. | |
|
Call this method to get the first symbol. | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Call this method to get the number of declared symbols. | |
|
Loads the declared symbols from the ADS device and returns them as a collection of TcAdsSymbolInfo objects. | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Events
|
Name |
Description |
---|---|---|
|
Occurs when a typename cannot be resolved. | |
|
Occurs when new types are generated |