ISymbolLoader.BuildInTypes Property

Gets the build in types.

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

Syntax

C#

ReadOnlyDataTypeCollection<IDataType> BuildInTypes { get; }

VB

ReadOnly Property BuildInTypes As ReadOnlyDataTypeCollection(Of IDataType)
    Get

Property Value

Type: ReadOnlyDataTypeCollection.IDataType.
The build in types.

Reference

ISymbolLoader Interface

TwinCAT.TypeSystem Namespace