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 |
cat |
Type: TwinCAT.TypeSystem.DataTypeCategory |
dotnetType |
Type: System.Type |