ReadOnlyNamespaceCollection.T..TryGetTypeByFullName Method

Tries to get the specified type (by fullName)

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
FullName of the data type.

dataType

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

Return Value

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

Reference

ReadOnlyNamespaceCollection.T. Class

TwinCAT.TypeSystem.Generic Namespace