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 |
dataType |
Type: T. |
Return Value
Type: Boolean
true if found, false if not contained.