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

IDynamicSymbolLoader Interface 1:

BuildInTypes

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

IDynamicSymbolLoader Interface 2:

DataTypes

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

IDynamicSymbolLoader Interface 3:

RootNamespaceName

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

IDynamicSymbolLoader Interface 4:

Settings

Gets or sets the access Method (Inherited from ISymbolLoader.)

IDynamicSymbolLoader Interface 5:

Symbols

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

IDynamicSymbolLoader Interface 6:

SymbolsDynamic

Gets the symbols (late bound as dynamic objects)

Reference

TwinCAT.TypeSystem Namespace