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

TcAdsSymbolInfoCollection Class 1:

Count

Gets the number of elements contained in the collection.

TcAdsSymbolInfoCollection Class 2:

IsSynchronized

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

TcAdsSymbolInfoCollection Class 3:

Item

Gets the element at the specified index.

TcAdsSymbolInfoCollection Class 4:

SyncRoot

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

Methods

 

Name

Description

TcAdsSymbolInfoCollection Class 5:

CopyTo

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

TcAdsSymbolInfoCollection Class 6:

Equals

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

TcAdsSymbolInfoCollection Class 7:

Finalize

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

TcAdsSymbolInfoCollection Class 8:

GetEnumerator

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

TcAdsSymbolInfoCollection Class 9:

GetHashCode

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

TcAdsSymbolInfoCollection Class 10:

GetSymbol(Int32)

Gets the Symbol by index

TcAdsSymbolInfoCollection Class 11:

GetSymbol(String)

Gets the symbol by name.

TcAdsSymbolInfoCollection Class 12:

GetType

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

TcAdsSymbolInfoCollection Class 13:

MemberwiseClone

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

TcAdsSymbolInfoCollection Class 14:

ToString

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

Reference

TwinCAT.Ads Namespace