ReadOnlyInstanceCollection.T..GetInstanceByName Method

Gets the IInstance by instance name.

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public IList<T> GetInstanceByName(
    string instanceName
)

VB

Public Function GetInstanceByName ( 
    instanceName As String
) As IList(Of T)

Parameters

instanceName

Type: System.String
Name of the instance.

Return Value

Type: IList.T.
IList<T>.

Implements

IInstanceCollection.T..GetInstanceByName(String)

Reference

ReadOnlyInstanceCollection.T. Class

TwinCAT.TypeSystem.Generic Namespace