DataType.IsReferenceType Method

Determines whether the specified category is a reference type.

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

Syntax

C#

public static bool IsReferenceType(
    DataTypeCategory cat
)

VB

Public Shared Function IsReferenceType ( 
    cat As DataTypeCategory
) As Boolean

Parameters

cat

Type: TwinCAT.TypeSystem.DataTypeCategory
The data type category.

Return Value

Type: Boolean
true if [is reference type] [the specified cat]; otherwise, false.

Reference

DataType Class

TwinCAT.Ads.TypeSystem Namespace