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