TcAdsSymbolInfoCollection Class

Represents a collection of TcAdsSymbolInfo objects.

Inheritance Hierarchy

System.Object
  TwinCAT.Ads.TcAdsSymbolInfoCollection
Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public class TcAdsSymbolInfoCollection : ICollection, 
    IEnumerable

VB

Public Class TcAdsSymbolInfoCollection
    Implements ICollection, IEnumerable

The TcAdsSymbolInfoCollection type exposes the following members.

Properties

 

Name

Description

Count

Gets the number of elements contained in the collection.

IsSynchronized

Gets a value indicating whether access to the collection is synchronized (thread-safe).

Item

Gets the element at the specified index.

SyncRoot

Gets an object that can be used to synchronize access to the collection.

Methods

 

Name

Description

CopyTo

Copies the elements of the collection to an Array, starting at a particular Array index.

Equals

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

Finalize

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

GetEnumerator

Returns an enumerator that can iterate through the symbols (TcAdsSymbolInfo) in this collection.

GetHashCode

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

GetSymbol(Int32)

Gets the Symbol by index

GetSymbol(String)

Gets the symbol by name.

GetType

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

MemberwiseClone

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

ToString

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

Reference

TwinCAT.Ads Namespace