ISymbolLoader Interface
Symbol Loader interface
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public interface ISymbolLoader : ISymbolProvider,
ISymbolServerThe ISymbolLoader type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the build in types. | |
|
|
Gets the data types | |
|
|
Gets the default value encoding. | |
|
|
Gets the name of the root namespace | |
|
|
Gets or sets the access Method | |
|
|
Gets the symbols. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Loads the DataTypes from target connection. | |
|
|
Gets the data types asynchronously. | |
|
|
Loads the Symbols from target connection. | |
|
|
Gets the symbols asynchronously | |
|
|
Resets the cached symbolic data. |
- ISymbolLoader.BuildInTypes Property
- ISymbolServer.DataTypes Property
- ISymbolServer.DefaultValueEncoding Property
- ISymbolProvider.RootNamespaceName Property
- ISymbolLoader.Settings Property
- ISymbolServer.Symbols Property
- ISymbolServer.GetDataTypesAsync Method
- ISymbolServer.GetSymbolsAsync Method
- ISymbolServer.TryGetDataTypes Method
- ISymbolServer.TryGetSymbols Method
- ISymbolServer.ResetCachedSymbolicData Method