DataType Constructor (String, DataTypeCategory, Type)

Initializes a new instance of the DataType class.

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

protected DataType(
    string name,
    DataTypeCategory cat,
    Type dotnetType
)

Parameters

name

Type: System.String
The name.

cat

Type: TwinCAT.TypeSystem.DataTypeCategory
The cat.

dotnetType

Type: System.Type
Type of the dotnet.

Reference

DataType Class

DataType Overload

TwinCAT.Ads.TypeSystem Namespace