ReadOnlyNamespaceCollection.N, T..TryGetTypeByFullName Method

Tries to get the specified type (by fullName)

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

Syntax

C#

public bool TryGetTypeByFullName(
    string fullname,
    out T dataType
)

VB

Public Function TryGetTypeByFullName ( 
    fullname As String,
    <OutAttribute> ByRef dataType As T
) As Boolean

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.N, T. Class

TwinCAT.TypeSystem.Generic Namespace