AlignedMemberCollection Class

Class AlignedMemberCollection. Implements the MemberCollection

Inheritance Hierarchy

System.Object
  TwinCAT.TypeSystem.Generic.InstanceCollection.IMember.
    TwinCAT.TypeSystem.MemberCollection
      TwinCAT.TypeSystem.AlignedMemberCollection
Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public class AlignedMemberCollection : MemberCollection

The AlignedMemberCollection type exposes the following members.

Constructors

 

Name

Description

AlignedMemberCollection

Initializes a new instance of the AlignedMemberCollection class.

Properties

 

Name

Description

Count

Gets the collection count. (Inherited from InstanceCollection.T..)

Empty

Returns an Empty Member Collection.

InnerList

Gets the LIst of instances. (Inherited from InstanceCollection.T..)

InnerPathDict

The Path dictionary (Inherited from InstanceCollection.T..)

Instances

Gets the Instance members (non static) (Inherited from MemberCollection.)

IsReadOnly

Gets a value indicating whether this instance is read only. (Inherited from InstanceCollection.T..)

Item.Int32.

Gets or sets the IInstance at the specified index. (Inherited from InstanceCollection.T..)

Item.String.

Gets the IInstance with the specified instance path. (Inherited from InstanceCollection.T..)

Mode

The mode this InstanceCollection.T. is working in. (Inherited from InstanceCollection.T..)

Statics

Gets the Static Members (Inherited from MemberCollection.)

Methods

 

Name

Description

Add

Adds the specified item. (Overrides MemberCollection.Add(IMember).)

AddRange

Adds the specified items to this collection. (Inherited from InstanceCollection.T..)

AsReadOnly

Returns a read only copy of this collection (shallow copy) (Inherited from MemberCollection.)

CalcSize

Calculates the Byte Size of the IMemberCollection (Inherited from MemberCollection.)

Clear

Clears this instance. (Inherited from InstanceCollection.T..)

Clone

Clones this MemberCollection. (Inherited from MemberCollection.)

Contains(T)

Determines whether this collection contains the specified IInstance (Inherited from InstanceCollection.T..)

Contains(String)

Determines whether this collection contains an IInstance with the specified InstanceName / InstancePath (Inherited from InstanceCollection.T..)

ContainsName

Determines whether the specified instance name contains name. (Inherited from InstanceCollection.T..)

CopyTo

Copies this InstanceCollection.T. to the specified array. (Inherited from InstanceCollection.T..)

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

Gets the enumerator. (Inherited from InstanceCollection.T..)

GetHashCode

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

GetInstance

Gets the IInstanceby instance path. (Inherited from InstanceCollection.T..)

GetInstanceByName

Gets the name of the instance by. (Inherited from InstanceCollection.T..)

GetType

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

IndexOf

Determines the index of the specified IInstance. (Inherited from InstanceCollection.T..)

Insert

Inserts the specified IInstance at the specified index. (Overrides InstanceCollection.T..Insert(Int32, T).)

MemberwiseClone

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

Remove

Removes the specified item. (Inherited from InstanceCollection.T..)

RemoveAt

Removes the IInstance at the specified index. (Overrides InstanceCollection.T..RemoveAt(Int32).)

ToString

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

TryGetInstance

Tries to get the IInstance. of the specified path. (Inherited from InstanceCollection.T..)

TryGetInstanceByName

Tries to get Instances by name. (Inherited from InstanceCollection.T..)

TryGetMember

Tries to get the specified member (Inherited from MemberCollection.)

Extension Methods

 

Name

Description

AddAligned

Adds a member to the StructType (Defined by FluentAlignedMemberCollectionExtension.)

Remarks

The AlignedMemberCollection calculates its member offsets by itself. Dependant on the pack mode

Reference

TwinCAT.TypeSystem Namespace

TwinCAT.TypeSystem.MemberCollection