NamespaceCollection.T..TryGetTypeByFullName Method

Tries to get the data type by full name.

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public bool TryGetTypeByFullName(
    string fullname,
    out T? dataType
)

Parameters

fullname

Type: System.String
DataTypes full name.

dataType

Type: T.
Found data type (out-parameter).

Return Value

Type: Boolean
true if found, false if not contained.

Reference

NamespaceCollection.T. Class

TwinCAT.TypeSystem.Generic Namespace