ISymbolLoader Interface

Symbol Loader interface

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

Syntax

C#

public interface ISymbolLoader : ISymbolProvider

VB

Public Interface ISymbolLoader
    Inherits ISymbolProvider

The ISymbolLoader type exposes the following members.

Properties

 

Name

Description

BuildInTypes

Gets the build in types.

DataTypes

Gets all data types from all Namespaces (Inherited from ISymbolProvider.)

RootNamespaceName

Gets the name of the root namespace (Inherited from ISymbolProvider.)

Settings

Gets or sets the access Method

Symbols

Gets the (root) symbols of the Symbol provider. (Inherited from ISymbolProvider.)

Reference

TwinCAT.TypeSystem Namespace