IDynamicSymbolLoader Interface

Dynamic symbol loader interface

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

Syntax

C#

public interface IDynamicSymbolLoader : ISymbolLoader, 
    ISymbolProvider

VB

Public Interface IDynamicSymbolLoader
    Inherits ISymbolLoader, ISymbolProvider

The IDynamicSymbolLoader type exposes the following members.

Properties

 

Name

Description

BuildInTypes

Gets the build in types. (Inherited from ISymbolLoader.)

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 (Inherited from ISymbolLoader.)

Symbols

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

SymbolsDynamic

Gets the symbols (late bound as dynamic objects)

Reference

TwinCAT.TypeSystem Namespace